aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPavel Emelyanov <[email protected]>2008-04-29 01:02:41 -0700
committerLinus Torvalds <[email protected]>2008-04-29 08:06:23 -0700
commit2c4c7155f25192da3511a6c911db4d08102d36c4 (patch)
treeed38f2fec221203f4baf078fb38454e14d6e33f9 /tools/perf/scripts/python
parent7708bfb1c855f2a076ef71cc21647deea022ebe7 (diff)
sysctl: clean from unneeded extern and forward declarations
The do_sysctl_strategy isn't used outside kernel/sysctl.c, so this can be static and without a prototype in header. Besides, move this one and parse_table() above their callers and drop the forward declarations of the latter call. One more "besides" - fix two checkpatch warnings: space before a ( and an extra space at the end of a line. Signed-off-by: Pavel Emelyanov <[email protected]> Acked-by: David S. Miller <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Cc: Alexey Dobriyan <[email protected]> Cc: Denis V. Lunev <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions