diff options
author | Joe Perches <[email protected]> | 2016-03-15 14:58:03 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-03-15 16:55:16 -0700 |
commit | a1ce18e4f941d2039aa3bdeee17db968919eac2f (patch) | |
tree | 821e8cb94d940ab81a47e7f67bd2b4a78ccc1b3f /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 42e152931deba7500e756c39e8e2df2e244860f2 (diff) |
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 <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions