https://github.com/torvalds/linux
Revision 0972b8bfe0de8c0f05796aceb8f2428b0efb20cd authored by Joe Perches on 26 February 2021, 01:21:54 UTC, committed by Linus Torvalds on 26 February 2021, 17:41:04 UTC
Improve the TYPECAST_INT_CONSTANT test by showing the suggested conversion
for various type of uses like (unsigned int)1 to 1U.

Link: https://lkml.kernel.org/r/ecefe8dcb93fe7028311b69dd297ba52224233d4.camel@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent adb2da8
History
Tip revision: 0972b8bfe0de8c0f05796aceb8f2428b0efb20cd authored by Joe Perches on 26 February 2021, 01:21:54 UTC
checkpatch: improve TYPECAST_INT_CONSTANT test message
Tip revision: 0972b8b

back to top