1
0
Fork 0
alistair23-linux/drivers/net/ixgbevf
Eric Dumazet 807540baae drivers/net: return operator cleanup
Change "return (EXPR);" to "return EXPR;"

return is not a function, parentheses are not required.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-09-26 18:34:29 -07:00
..
Makefile ixgbevf: Driver Makefile 2010-01-10 13:34:23 -08:00
defines.h ixgbevf: Fix link speed display 2010-04-27 14:35:55 -07:00
ethtool.c ixgbevf: Refactor ring parameter re-size 2010-09-24 22:43:31 -07:00
ixgbevf.h ixgbevf: remove private net_device_stats 2010-09-09 21:33:23 -07:00
ixgbevf_main.c drivers/net: return operator cleanup 2010-09-26 18:34:29 -07:00
mbx.c ixgbevf: Mailbox communication 2010-01-10 13:34:21 -08:00
mbx.h ixgbevf: Mailbox communication 2010-01-10 13:34:21 -08:00
regs.h ixgbevf: Macros, data structures, useful defines and registers 2010-01-10 13:34:20 -08:00
vf.c ixgbevf: Fix link speed display 2010-04-27 14:35:55 -07:00
vf.h ixgbevf: Removed unneeded HW struct members 2010-09-08 14:46:29 -07:00