commit | 748b539ab761a50bde3aa4b7d6d0999b5d86206d | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@emulex.com> | Fri May 09 13:29:13 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri May 09 13:13:38 2014 -0400 |
tree | 2f3974c99bb9cc415838c858ed607ea52662a064 | |
parent | fe6f397c433c43a4404259d6ee3f1200b9a6d97e [diff] |
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>