diff options
author | Radhey Shyam Pandey <[email protected]> | 2024-07-31 14:46:05 +0530 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-08-02 10:25:22 +0100 |
commit | f7061a3e04cf17162a2d96f4f746f7904c26158e (patch) | |
tree | da2fe54849e4c764ff28d83a0e67138f2c09351b /tools/perf/scripts/python/flamegraph.py | |
parent | 3ff578c91cd86461b58561e19cce087e8899d0ce (diff) |
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/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions