diff options
author | Joe Perches <joe@perches.com> | 2016-03-15 14:58:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-15 16:55:16 -0700 |
commit | a1ce18e4f941d2039aa3bdeee17db968919eac2f (patch) | |
tree | 821e8cb94d940ab81a47e7f67bd2b4a78ccc1b3f /net/lapb | |
parent | 42e152931deba7500e756c39e8e2df2e244860f2 (diff) | |
download | linux-a1ce18e4f941d2039aa3bdeee17db968919eac2f.tar.gz linux-a1ce18e4f941d2039aa3bdeee17db968919eac2f.tar.bz2 linux-a1ce18e4f941d2039aa3bdeee17db968919eac2f.zip |
checkpatch: warn on bare unsigned or signed declarations without int
Kernel style prefers "unsigned int <foo>" over "unsigned <foo>" and
"signed int <foo>" over "signed <foo>".
Emit a warning for these simple signed/unsigned <foo> declarations. Fix
it too if desired.
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions