aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorSteven Rostedt <[email protected]>2011-04-06 13:32:24 -0400
committerSteven Rostedt <[email protected]>2011-05-17 10:41:33 -0400
commitd7e8623ae9cf93a9b517336085a86cabb014ea77 (patch)
tree7f461c6010c3d2f44e2d096128af1988feefe9c4 /net/lapb/lapb_subr.c
parentc6fece27dfa46abc8c4b87d94a8c2f8cd6c5d8b1 (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 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions