Skip to content

Commit 3a7f076

Browse files
Dan Carpenterdavem330
authored andcommitted
irda: w83977af_ir: cleanup an indent issue
In commit 99d8d21 ("irda: w83977af_ir: Neaten logging"), we accidentally added an extra tab to these lines. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7cafe8f commit 3a7f076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/net/irda/w83977af_ir.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,9 @@ static netdev_tx_t w83977af_hard_xmit(struct sk_buff *skb,
517517

518518
mtt = irda_get_mtt(skb);
519519
pr_debug("%s: %ld, mtt=%d\n", __func__, jiffies, mtt);
520-
if (mtt > 1000)
521-
mdelay(mtt / 1000);
522-
else if (mtt)
520+
if (mtt > 1000)
521+
mdelay(mtt / 1000);
522+
else if (mtt)
523523
udelay(mtt);
524524

525525
/* Enable DMA interrupt */

0 commit comments

Comments
 (0)