diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-07-29 12:40:18 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-29 12:28:03 +0100 |
commit | c3e26b6dc1b4e3e8f57be4f004b1f2a410c5c468 (patch) | |
tree | 132d73cfcb9a2dc2286399f3af6a5569217e288d /samples | |
parent | 6c755b1d251180fbdfe458591fc4dfe8704b0006 (diff) | |
download | linux-c3e26b6dc1b4e3e8f57be4f004b1f2a410c5c468.tar.gz linux-c3e26b6dc1b4e3e8f57be4f004b1f2a410c5c468.tar.bz2 linux-c3e26b6dc1b4e3e8f57be4f004b1f2a410c5c468.zip |
nfc: fdp: use unsigned int as loop iterator
Loop iterators are simple integers, no point to optimize the size and
use u8. It only raises the question whether the variable is used in
some other context.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions