diff options
author | Steven Rostedt <[email protected]> | 2011-04-06 13:32:24 -0400 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2011-05-16 14:41:07 -0400 |
commit | e90b0c8bf211958a296d60369fecd51b35864407 (patch) | |
tree | f7fd76b6783ef4ee3271e2374b07ded0badad74f /lib/cpu-notifier-error-inject.c | |
parent | dd5477ff3ba978892014ea5f988cb1bf04aa505e (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