commit | 207a8e8465f91dc5ab12151ee36db3d509a4928a | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Mar 15 14:58:06 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Mar 15 16:55:16 2016 -0700 |
tree | 9914f5a1ab10e67c978fe2323b3cab815d5dc198 | |
parent | a1ce18e4f941d2039aa3bdeee17db968919eac2f [diff] |
checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned uses Improve the test to allow casts to (unsigned) or (signed) to be found and fixed if desired. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>