commit | 05e4c6a3af71dd3848f3f54a1ccb740bdcd183e2 | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@emulex.com> | Fri May 09 13:29:15 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri May 09 13:13:39 2014 -0400 |
tree | c683ef246ed884c214ce2fd78642a8269789b993 | |
parent | a2cc4e0b93bd209b5284807864af48800cb40023 [diff] |
be2net: fix line wrap and function call indentation in be_ethtool.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 removes unnecessary line wrap. Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>