projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c90654
)
atm: suni: remove extraneous space to fix indentation
author
Colin Ian King
<colin.king@canonical.com>
Mon, 27 Nov 2017 13:47:22 +0000
(13:47 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/atm/suni.c
b/drivers/atm/suni.c
index b8825f2d79e0205631e13f9c4a38605d6a952ca5..4b044710a8cf360a5682f0eee49eb14e58086d1e 100644
(file)
--- 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;
}