netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next] irda: w83977af_ir: cleanup an indent issue
@ 2016-12-12 11:21 Dan Carpenter
  2016-12-12 15:22 ` Joe Perches
  2016-12-18  2:33 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Carpenter @ 2016-12-12 11:21 UTC (permalink / raw)
  To: Samuel Ortiz, Joe Perches; +Cc: netdev, kernel-janitors

In commit 99d8d2159d7c ("irda: w83977af_ir: Neaten logging"), we
accidentally added an extra tab to these lines.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/net/irda/w83977af_ir.c b/drivers/net/irda/w83977af_ir.c
index f293d33fb28f..8d5b903d1d9d 100644
--- a/drivers/net/irda/w83977af_ir.c
+++ b/drivers/net/irda/w83977af_ir.c
@@ -517,9 +517,9 @@ static netdev_tx_t w83977af_hard_xmit(struct sk_buff *skb,
 
 		mtt = irda_get_mtt(skb);
 		pr_debug("%s: %ld, mtt=%d\n", __func__, jiffies, mtt);
-			if (mtt > 1000)
-				mdelay(mtt / 1000);
-			else if (mtt)
+		if (mtt > 1000)
+			mdelay(mtt / 1000);
+		else if (mtt)
 			udelay(mtt);
 
 		/* Enable DMA interrupt */

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [patch net-next] irda: w83977af_ir: cleanup an indent issue
  2016-12-12 11:21 [patch net-next] irda: w83977af_ir: cleanup an indent issue Dan Carpenter
@ 2016-12-12 15:22 ` Joe Perches
  2016-12-18  2:33 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2016-12-12 15:22 UTC (permalink / raw)
  To: Dan Carpenter, Samuel Ortiz; +Cc: netdev, kernel-janitors

On Mon, 2016-12-12 at 14:21 +0300, Dan Carpenter wrote:
> In commit 99d8d2159d7c ("irda: w83977af_ir: Neaten logging"), we
> accidentally added an extra tab to these lines.

Thanks Dan.

Oops,  It's kinda funny I did the whole
series to fix that misindentation originally
and added it back when rebasing.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch net-next] irda: w83977af_ir: cleanup an indent issue
  2016-12-12 11:21 [patch net-next] irda: w83977af_ir: cleanup an indent issue Dan Carpenter
  2016-12-12 15:22 ` Joe Perches
@ 2016-12-18  2:33 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-12-18  2:33 UTC (permalink / raw)
  To: dan.carpenter; +Cc: samuel, joe, netdev, kernel-janitors

From: Dan Carpenter <dan.carpenter@oracle.com>
Date: Mon, 12 Dec 2016 14:21:34 +0300

> In commit 99d8d2159d7c ("irda: w83977af_ir: Neaten logging"), we
> accidentally added an extra tab to these lines.
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-18  2:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-12 11:21 [patch net-next] irda: w83977af_ir: cleanup an indent issue Dan Carpenter
2016-12-12 15:22 ` Joe Perches
2016-12-18  2:33 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).