diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-11-27 08:47:22 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-28 16:03:09 -0500 |
commit | 0195a21079c077abfb475a56830b06b37424982a (patch) | |
tree | 4bd95b0d4e6d1e6fd5fc14939127bba209e26fa9 | |
parent | 6c9065427072b4e726a2c17f9aa2448d87a92097 (diff) |
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>
-rw-r--r-- | drivers/atm/suni.c | 2 |
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) | |||
177 | default: | 177 | default: |
178 | return -EINVAL; | 178 | return -EINVAL; |
179 | } | 179 | } |
180 | dev->ops->phy_put(dev, control, reg); | 180 | dev->ops->phy_put(dev, control, reg); |
181 | PRIV(dev)->loop_mode = mode; | 181 | PRIV(dev)->loop_mode = mode; |
182 | return 0; | 182 | return 0; |
183 | } | 183 | } |