]> git.baikalelectronics.ru Git - kernel.git/commit
be2net: fix line wrap and function call indentation in be_main.c
authorSathya Perla <sathya.perla@emulex.com>
Fri, 9 May 2014 07:59:13 +0000 (13:29 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 May 2014 17:13:38 +0000 (13:13 -0400)
commitcbe4f80dcd735fc2674964f89aefad3fd110a6cb
tree2f3974c99bb9cc415838c858ed607ea52662a064
parentfe205b0691cf25667e194f6adb72aee6e015fb9e
be2net: fix line wrap and function call indentation in be_main.c

When a funtion definition or a function call spans more than one
line, ensure that the first argument on the subsequent lines is
aligned to the first column after the opening paranthesis of the
function call.

Also remove unnecessary line wrap.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_main.c