Skip to content

Commit

Permalink
net: tap: clean up an indentation issue
Browse files Browse the repository at this point in the history
There is a statement that is indented too deeply, remove
the extraneous tab.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Colin Ian King authored and davem330 committed Sep 27, 2019
1 parent 78beef6 commit faeacb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/tap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ static int tap_get_user_xdp(struct tap_queue *q, struct xdp_buff *xdp)
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();
Expand Down

0 comments on commit faeacb6

Please sign in to comment.