diff options
| author | Radhey Shyam Pandey <[email protected]> | 2024-07-31 09:16:05 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-08-02 09:25:22 +0000 |
| commit | f7061a3e04cf17162a2d96f4f746f7904c26158e (patch) | |
| tree | da2fe54849e4c764ff28d83a0e67138f2c09351b /tools/testing/selftests/drivers/net/lib/py/env.py | |
| parent | net: axienet: Replace the occurrences of (1<<x) by BIT(x) (diff) | |
| download | kernel-f7061a3e04cf17162a2d96f4f746f7904c26158e.tar.gz kernel-f7061a3e04cf17162a2d96f4f746f7904c26158e.zip | |
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 <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/testing/selftests/drivers/net/lib/py/env.py')
0 files changed, 0 insertions, 0 deletions
