]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/net/e1000e/netdev.c
drivers/net: return operator cleanup
[mirror_ubuntu-jammy-kernel.git] / drivers / net / e1000e / netdev.c
index 4630bad52e74ca9f47f9431db9610558bd613905..5d5850b556cf7d2dbe59ea37ec5b31b6409ea872 100644 (file)
@@ -1053,7 +1053,7 @@ static bool e1000_clean_tx_irq(struct e1000_adapter *adapter)
        adapter->total_tx_packets += total_tx_packets;
        netdev->stats.tx_bytes += total_tx_bytes;
        netdev->stats.tx_packets += total_tx_packets;
-       return (count < tx_ring->count);
+       return count < tx_ring->count;
 }
 
 /**