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:
4c247de
)
atm: he: clean up an indentation issue
author
Colin Ian King
<colin.king@canonical.com>
Sun, 22 Sep 2019 11:42:16 +0000
(13:42 +0200)
committer
David S. Miller
<davem@davemloft.net>
Wed, 25 Sep 2019 11:54:45 +0000
(13:54 +0200)
There is a statement that is indented one level too many, remove
the extraneous tab.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/he.c
patch
|
blob
|
history
diff --git
a/drivers/atm/he.c
b/drivers/atm/he.c
index 70b00ae4ec383aa5584e6f52b80c549b587ca5e2..8af793f5e811322af3d933b911419c49211e1da3 100644
(file)
--- a/
drivers/atm/he.c
+++ b/
drivers/atm/he.c
@@
-1690,7
+1690,7
@@
he_service_rbrq(struct he_dev *he_dev, int group)
if (RBRQ_HBUF_ERR(he_dev->rbrq_head)) {
hprintk("HBUF_ERR! (cid 0x%x)\n", cid);
-
atomic_inc(&vcc->stats->rx_drop);
+ atomic_inc(&vcc->stats->rx_drop);
goto return_host_buffers;
}