net/wan/fsl_ucc_hdlc: fix wrong indentation

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Cc: Zhao Qiang <qiang.zhao@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Holger Brunck 2017-05-17 17:24:34 +02:00 committed by David S. Miller
parent 66bb144bd9
commit 10515db509

View file

@ -535,7 +535,7 @@ static int ucc_hdlc_poll(struct napi_struct *napi, int budget)
/* Tx event processing */
spin_lock(&priv->lock);
hdlc_tx_done(priv);
hdlc_tx_done(priv);
spin_unlock(&priv->lock);
howmany = 0;