summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-10-19 09:55:41 -0600
committerAndrew Morton <akpm@linux-foundation.org>2022-11-30 16:13:16 -0800
commitd04bb0852b8bd31c53981a04ff0132698d24523d (patch)
tree7bb0bec738966448e5185486030b0d6c27c2d8aa /scripts/checkpatch.pl
parentd472cf797c4e268613dbce5ec9b95d0bcae19ecb (diff)
downloadlinux-d04bb0852b8bd31c53981a04ff0132698d24523d.tar.bz2
wifi: rt2x00: use explicitly signed or unsigned types
On some platforms, `char` is unsigned, but this driver, for the most part, assumed it was signed. In other places, it uses `char` to mean an unsigned number, but only in cases when the values are small. And in still other places, `char` is used as a boolean. Put an end to this confusion by declaring explicit types, depending on the context. Link: https://lkml.kernel.org/r/20221019155541.3410813-1-Jason@zx2c4.com Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions