Skip to content

Commit faeacb6

Browse files
Colin Ian Kingdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 78beef6 commit faeacb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/tap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ static int tap_get_user_xdp(struct tap_queue *q, struct xdp_buff *xdp)
12001200
kfree_skb(skb);
12011201
err:
12021202
rcu_read_lock();
1203-
tap = rcu_dereference(q->tap);
1203+
tap = rcu_dereference(q->tap);
12041204
if (tap && tap->count_tx_dropped)
12051205
tap->count_tx_dropped(tap);
12061206
rcu_read_unlock();

0 commit comments

Comments
 (0)