mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-22 12:39:13 +07:00
net: emaclite: Remove unnecessary spaces
This patch fixes below checkpatch checks- CHECK: spaces preferred around that '*' (ctx:VxV) CHECK: No space is necessary after a cast Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
49a83f0027
commit
14291d10a8
@ -572,6 +572,7 @@ static void xemaclite_tx_handler(struct net_device *dev)
|
||||
struct net_local *lp = netdev_priv(dev);
|
||||
|
||||
dev->stats.tx_packets++;
|
||||
|
||||
if (!lp->deferred_skb)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user