aboutsummaryrefslogtreecommitdiff
path: root/lib/cpu-notifier-error-inject.c
diff options
context:
space:
mode:
authorSteven Rostedt <[email protected]>2011-04-06 13:32:24 -0400
committerSteven Rostedt <[email protected]>2011-05-16 14:41:07 -0400
commite90b0c8bf211958a296d60369fecd51b35864407 (patch)
treef7fd76b6783ef4ee3271e2374b07ded0badad74f /lib/cpu-notifier-error-inject.c
parentdd5477ff3ba978892014ea5f988cb1bf04aa505e (diff)
ftrace/trivial: Clean up record mcount to use Linux switch style
The Linux style for switch statements is: switch (var) { case x: [...] break; } Not: switch (var) { case x: { [...] } break; Cc: John Reiser <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions