mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
net: tap: clean up an indentation issue
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>
This commit is contained in:
parent
78beef629f
commit
faeacb6ddb
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user