commit | 6e30075742316a1d72b7e8f794f6e0bd44d774e2 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Sep 09 15:37:47 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 10 13:29:01 2015 -0700 |
tree | 33526451b4d8503ef8f6afcb6fd529eed0e613d2 | |
parent | 7bd7e483c27d884c2f59e286e42623abba413f83 [diff] |
checkpatch: emit an error on formats with 0x%<decimal> Using 0x%d is wrong. Emit a message when it happens. Miscellanea: Improve the %Lu warning to match formats like %16Lu. 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>