SUNRPC: Clean up use of curly braces in switch cases
authorChuck Lever <chuck.lever@oracle.com>
Mon, 9 May 2011 19:22:25 +0000 (15:22 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 27 May 2011 21:42:47 +0000 (17:42 -0400)
commitda09eb93033e7204cb3e3f3140b46cf108c42c8f
tree549b82e88f751b5398afb5b4582f7a60b7136caf
parent4251c94833aa516c1fc7a0f8f504a26eadd4b91e
SUNRPC: Clean up use of curly braces in switch cases

Clean up.  Preferred style is not to use curly braces around
switch cases.  I'm about to add another case that needs a third
type cast.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c