aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com/3c59x.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-09-02 23:17:45 +0100
committerDavid S. Miller <davem@davemloft.net>2021-09-03 11:51:26 +0100
commit743238892156eb3e1825543744bbc8d2da45a019 (patch)
treea2731bbbc140a4c2145c645bd152cb287a0bb53d /drivers/net/ethernet/3com/3c59x.c
parentmptcp: Only send extra TCP acks in eligible socket states (diff)
downloadlinux-dev-743238892156eb3e1825543744bbc8d2da45a019.tar.xz
linux-dev-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/3c59x.c')
-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) {