summaryrefslogtreecommitdiffstats
path: root/drivers/atm
diff options
context:
space:
mode:
authorColin Ian King2017-11-27 14:47:22 +0100
committerDavid S. Miller2017-11-28 22:03:09 +0100
commit0195a21079c077abfb475a56830b06b37424982a (patch)
tree4bd95b0d4e6d1e6fd5fc14939127bba209e26fa9 /drivers/atm
parentatm: lanai: use %p to format kernel addresses instead of %x (diff)
downloadkernel-qcow2-linux-0195a21079c077abfb475a56830b06b37424982a.tar.gz
kernel-qcow2-linux-0195a21079c077abfb475a56830b06b37424982a.tar.xz
kernel-qcow2-linux-0195a21079c077abfb475a56830b06b37424982a.zip
atm: suni: remove extraneous space to fix indentation
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>
Diffstat (limited to 'drivers/atm')
-rw-r--r--drivers/atm/suni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/suni.c b/drivers/atm/suni.c
index b8825f2d79e0..4b044710a8cf 100644
--- a/drivers/atm/suni.c
+++ b/drivers/atm/suni.c
@@ -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;
}