summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-09-03 01:17:45 +0300
committerDavid S. Miller <davem@davemloft.net>2021-09-03 13:51:26 +0300
commit743238892156eb3e1825543744bbc8d2da45a019 (patch)
treea2731bbbc140a4c2145c645bd152cb287a0bb53d
parent340fa6667a696338e707cd5531a9631093d1be29 (diff)
downloadlinux-743238892156eb3e1825543744bbc8d2da45a019.tar.xz
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>
-rw-r--r--drivers/net/ethernet/3com/3c59x.c2
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) {