From: Colin Ian King Date: Thu, 2 Sep 2021 22:17:45 +0000 (+0100) Subject: net: 3com: 3c59x: clean up inconsistent indenting X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=743238892156eb3e1825543744bbc8d2da45a019;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/3com/3c59x.c b/drivers/net/ethernet/3com/3c59x.c index 17c16333a412d..7b0ae9efc004f 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) {