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:
78beef6
)
net: tap: clean up an indentation issue
author
Colin Ian King
<colin.king@canonical.com>
Fri, 27 Sep 2019 09:40:39 +0000
(10:40 +0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 27 Sep 2019 18:58:35 +0000
(20:58 +0200)
There is a statement that is indented too deeply, remove
the extraneous tab.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tap.c
patch
|
blob
|
history
diff --git
a/drivers/net/tap.c
b/drivers/net/tap.c
index
dd614c2
..
3ae70c7
100644
(file)
--- a/
drivers/net/tap.c
+++ b/
drivers/net/tap.c
@@
-1200,7
+1200,7
@@
err_kfree:
kfree_skb(skb);
err:
rcu_read_lock();
-
tap = rcu_dereference(q->tap);
+ tap = rcu_dereference(q->tap);
if (tap && tap->count_tx_dropped)
tap->count_tx_dropped(tap);
rcu_read_unlock();