diff mbox series

atm: suni: remove extraneous space to fix indentation

Message ID 20171127134722.11552-1-colin.king@canonical.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series atm: suni: remove extraneous space to fix indentation | expand

Commit Message

Colin Ian King Nov. 27, 2017, 1:47 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Remove a leading space, fixes indentation

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/atm/suni.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Nov. 28, 2017, 9:03 p.m. UTC | #1
From: Colin King <colin.king@canonical.com>
Date: Mon, 27 Nov 2017 13:47:22 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> Remove a leading space, fixes indentation
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.
diff mbox series

Patch

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;
 }