]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: improve 'bare use of' signed/unsigned types warning
authorJoe Perches <joe@perches.com>
Tue, 2 Aug 2016 21:04:42 +0000 (14:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Aug 2016 23:35:12 +0000 (19:35 -0400)
commit418b706e811046adeb12642fef6cb6e82af1190c
tree3a8fabb3a2b4a364dd03fa4d1b040f1464c23daa
parente9c7e1bbf7b4d02700cae9ed3959a498f6d66b4d
checkpatch: improve 'bare use of' signed/unsigned types warning

Fix false positive warning of identifiers ending in signed with an =
assignment of WARNING: Prefer 'signed int' to bare use of 'signed'.

Link: http://lkml.kernel.org/r/6a0e24c3e9102337528ecfcbbe91a0eb5b4820ed.1469529497.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Alan Douglas <alanjhd@gmail.com>
Acked-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl