]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5218041e8886598b3b516046042ce1e0f0ca1037
tree549b82e88f751b5398afb5b4582f7a60b7136caf
parent1958d49b6bc249d0c35827ecae6288a93f40d2a5
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