OSDN Git Service

atm: suni: remove extraneous space to fix indentation
authorColin Ian King <colin.king@canonical.com>
Mon, 27 Nov 2017 13:47:22 +0000 (13:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Nov 2017 21:03:09 +0000 (16:03 -0500)
Remove a leading space, fixes indentation

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/suni.c

index b8825f2..4b04471 100644 (file)
@@ -177,7 +177,7 @@ static int set_loopback(struct atm_dev *dev,int mode)
                default:
                        return -EINVAL;
        }
-        dev->ops->phy_put(dev, control, reg);
+       dev->ops->phy_put(dev, control, reg);
        PRIV(dev)->loop_mode = mode;
        return 0;
 }