Commit 10515db5 authored by Holger Brunck's avatar Holger Brunck Committed by David S. Miller

net/wan/fsl_ucc_hdlc: fix wrong indentation

Signed-off-by: default avatarHolger Brunck <holger.brunck@keymile.com>
Cc: Zhao Qiang <qiang.zhao@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 66bb144b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment