OSDN Git Service

net: tap: clean up an indentation issue
authorColin Ian King <colin.king@canonical.com>
Fri, 27 Sep 2019 09:40:39 +0000 (10:40 +0100)
committerDavid 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

index dd614c2..3ae70c7 100644 (file)
@@ -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();