kernel-ark/drivers/net/igbvf
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
..
defines.h
ethtool.c drivers/net: return operator cleanup 2010-09-26 18:34:29 -07:00
igbvf.h igbvf: do not modify tx_queue_len on link speed change 2010-03-26 21:01:41 -07:00
Makefile
mbx.c
mbx.h
netdev.c drivers/net: return operator cleanup 2010-09-26 18:34:29 -07:00
regs.h
vf.c igbvf: Allow VF driver to correctly recognize failure to set mac 2009-08-04 11:46:41 -07:00
vf.h