diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-09-02 23:17:45 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-03 11:51:26 +0100 |
commit | 743238892156eb3e1825543744bbc8d2da45a019 (patch) | |
tree | a2731bbbc140a4c2145c645bd152cb287a0bb53d /drivers/net/ethernet/3com | |
parent | 340fa6667a696338e707cd5531a9631093d1be29 (diff) | |
download | lwn-743238892156eb3e1825543744bbc8d2da45a019.tar.gz lwn-743238892156eb3e1825543744bbc8d2da45a019.zip |
net: 3com: 3c59x: clean up inconsistent indenting
There is a statement that is not indented correctly, add in the
missing tab.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/3com')
-rw-r--r-- | drivers/net/ethernet/3com/3c59x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/3com/3c59x.c b/drivers/net/ethernet/3com/3c59x.c index 17c16333a412..7b0ae9efc004 100644 --- a/drivers/net/ethernet/3com/3c59x.c +++ b/drivers/net/ethernet/3com/3c59x.c @@ -2786,7 +2786,7 @@ static void dump_tx_ring(struct net_device *dev) { if (vortex_debug > 0) { - struct vortex_private *vp = netdev_priv(dev); + struct vortex_private *vp = netdev_priv(dev); void __iomem *ioaddr = vp->ioaddr; if (vp->full_bus_master_tx) { |