]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: axienet: add missing blank line after declaration
authorRadhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Wed, 31 Jul 2024 09:16:05 +0000 (14:46 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Aug 2024 09:25:22 +0000 (10:25 +0100)
commitf7061a3e04cf17162a2d96f4f746f7904c26158e
treeda2fe54849e4c764ff28d83a0e67138f2c09351b
parent3ff578c91cd86461b58561e19cce087e8899d0ce
net: axienet: add missing blank line after declaration

Add missing blank line after declaration. Fixes below
checkpatch warnings.

WARNING: Missing a blank line after declarations
+       struct sockaddr *addr = p;
+       axienet_set_mac_address(ndev, addr->sa_data);

WARNING: Missing a blank line after declarations
+       struct axienet_local *lp = netdev_priv(ndev);
+       disable_irq(lp->tx_irq);

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/xilinx_axienet_main.c