]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/igbvf/ethtool.c
drivers/net: return operator cleanup
[net-next-2.6.git] / drivers / net / igbvf / ethtool.c
index 103b3aa1afc2297d862005d25b48dc42af9607e8..33add708bcbece9b67a519c73c709c98f5f2d94b 100644 (file)
@@ -153,7 +153,7 @@ static int igbvf_set_rx_csum(struct net_device *netdev, u32 data)
 
 static u32 igbvf_get_tx_csum(struct net_device *netdev)
 {
-       return ((netdev->features & NETIF_F_IP_CSUM) != 0);
+       return (netdev->features & NETIF_F_IP_CSUM) != 0;
 }
 
 static int igbvf_set_tx_csum(struct net_device *netdev, u32 data)