aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-perl.c
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2010-10-26 14:23:20 -0700
committerLinus Torvalds <[email protected]>2010-10-26 16:52:21 -0700
commitcb710eca6820493add0ddd3d7e8e3ee53f2b6e57 (patch)
tree752ca452a0d2fa3f9cb085c4f4e050a5e657f5f5 /tools/perf/util/scripting-engines/trace-event-perl.c
parent267ad8f42644c2fa4ff6c2e7596d2b02c7397c85 (diff)
scripts/checkpatch.pl: add warnings for static char that could be static const char
Add warnings for possible missing const uses of static char foo[] = "bar" that could be static const char foo[] = "bar" and static const char *foo[] = {"bar", "baz"} that could be static const char * const foo[] = {"bar", "baz"} Signed-off-by: Joe Perches <[email protected]> Cc: Mike Frysinger <[email protected]> Cc: Andy Whitcroft <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions