diff options
author | Steven Rostedt <[email protected]> | 2011-04-06 13:32:24 -0400 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2011-05-17 10:41:33 -0400 |
commit | d7e8623ae9cf93a9b517336085a86cabb014ea77 (patch) | |
tree | 7f461c6010c3d2f44e2d096128af1988feefe9c4 /lib/mpi/mpiutil.c | |
parent | c6fece27dfa46abc8c4b87d94a8c2f8cd6c5d8b1 (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/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions