From: Colin Ian King Date: Fri, 27 Sep 2019 09:40:39 +0000 (+0100) Subject: net: tap: clean up an indentation issue X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=faeacb6ddb13b7a020b50b9246fe098653cfbd6e;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/tap.c b/drivers/net/tap.c index dd614c2cd994..3ae70c7e6860 100644 --- 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();