diff options
author | 2017-07-12 14:37:02 -0700 | |
---|---|---|
committer | 2017-07-12 16:26:04 -0700 | |
commit | 596ed45b5b5b7e4624c813ddeffe0e100f8b13ba (patch) | |
tree | bbd32af5df774f80235fefdf2c332ac8630021c4 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | mm, migration: do not trigger OOM killer when migrating memory (diff) | |
download | linux-dev-596ed45b5b5b7e4624c813ddeffe0e100f8b13ba.tar.xz linux-dev-596ed45b5b5b7e4624c813ddeffe0e100f8b13ba.zip |
checkpatch: improve the STORAGE_CLASS test
Make sure static, extern, and asmlinkage appear before a specific type.
e.g.:
int asmlinkage foo(void)
is better written
asmlinkage int foo(void)
Link: http://lkml.kernel.org/r/31704c96df2d5fd9df0b41165940a7a4feb16a63.1499284835.git.joe@perches.com
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>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions