All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: amd8111e: clean up two minor indentation issues
@ 2019-01-22 14:37 Colin King
  2019-01-25  6:06   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2019-01-22 14:37 UTC (permalink / raw)
  To: David S . Miller, netdev; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Two statements are incorrecly indented, fix these by removing a space.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/amd/amd8111e.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/amd/amd8111e.c b/drivers/net/ethernet/amd/amd8111e.c
index a90080f12e67..b9632928496e 100644
--- a/drivers/net/ethernet/amd/amd8111e.c
+++ b/drivers/net/ethernet/amd/amd8111e.c
@@ -435,7 +435,7 @@ static int amd8111e_restart(struct net_device *dev)
 	int i,reg_val;
 
 	/* stop the chip */
-	 writel(RUN, mmio + CMD0);
+	writel(RUN, mmio + CMD0);
 
 	if(amd8111e_init_ring(dev))
 		return -ENOMEM;
@@ -1720,7 +1720,7 @@ static void amd8111e_config_ipg(struct timer_list *t)
 		writew((u32)tmp_ipg, mmio + IPG);
 		writew((u32)(tmp_ipg - IFS1_DELTA), mmio + IFS1);
 	}
-	 mod_timer(&lp->ipg_data.ipg_timer, jiffies + IPG_CONVERGE_JIFFIES);
+	mod_timer(&lp->ipg_data.ipg_timer, jiffies + IPG_CONVERGE_JIFFIES);
 	return;
 
 }
-- 
2.19.1


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

* Re: [PATCH] net: amd8111e: clean up two minor indentation issues
  2019-01-22 14:37 [PATCH] net: amd8111e: clean up two minor indentation issues Colin King
@ 2019-01-25  6:06   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2019-01-25  6:06 UTC (permalink / raw)
  To: colin.king; +Cc: netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Tue, 22 Jan 2019 14:37:55 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> Two statements are incorrecly indented, fix these by removing a space.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

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

* Re: [PATCH] net: amd8111e: clean up two minor indentation issues
@ 2019-01-25  6:06   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2019-01-25  6:06 UTC (permalink / raw)
  To: colin.king; +Cc: netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Tue, 22 Jan 2019 14:37:55 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> Two statements are incorrecly indented, fix these by removing a space.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

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

end of thread, other threads:[~2019-01-25  6:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22 14:37 [PATCH] net: amd8111e: clean up two minor indentation issues Colin King
2019-01-25  6:06 ` David Miller
2019-01-25  6:06   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.