All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fjes: fix inconsistent indenting
@ 2015-11-11 15:22 Colin King
  2015-11-12  3:38 ` Izumi, Taku
  2015-11-15 22:10 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2015-11-11 15:22 UTC (permalink / raw)
  To: David S. Miller, Taku Izumi, Markus Elfring, netdev; +Cc: linux-kernel

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

minor change, indenting is one tab out.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/fjes/fjes_hw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/fjes/fjes_hw.c b/drivers/net/fjes/fjes_hw.c
index bb8b530..b103adb 100644
--- a/drivers/net/fjes/fjes_hw.c
+++ b/drivers/net/fjes/fjes_hw.c
@@ -599,7 +599,7 @@ int fjes_hw_unregister_buff_addr(struct fjes_hw *hw, int dest_epid)
 		FJES_CMD_REQ_RES_CODE_BUSY) &&
 	       (timeout > 0)) {
 		msleep(200 + hw->my_epid * 20);
-			timeout -= (200 + hw->my_epid * 20);
+		timeout -= (200 + hw->my_epid * 20);
 
 		res_buf->unshare_buffer.length = 0;
 		res_buf->unshare_buffer.code = 0;
-- 
2.5.0


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

* RE: [PATCH] fjes: fix inconsistent indenting
  2015-11-11 15:22 [PATCH] fjes: fix inconsistent indenting Colin King
@ 2015-11-12  3:38 ` Izumi, Taku
  2015-11-15 22:10 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Izumi, Taku @ 2015-11-12  3:38 UTC (permalink / raw)
  To: Colin King; +Cc: linux-kernel, David S. Miller, Markus Elfring, netdev

Thanks, Colin.

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>

> -----Original Message-----
> From: Colin King [mailto:colin.king@canonical.com]
> Sent: Thursday, November 12, 2015 12:23 AM
> To: David S. Miller; Izumi, Taku/泉 拓; Markus Elfring; netdev@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Subject: [PATCH] fjes: fix inconsistent indenting
> 
> From: Colin Ian King <colin.king@canonical.com>
> 
> minor change, indenting is one tab out.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/net/fjes/fjes_hw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/fjes/fjes_hw.c b/drivers/net/fjes/fjes_hw.c
> index bb8b530..b103adb 100644
> --- a/drivers/net/fjes/fjes_hw.c
> +++ b/drivers/net/fjes/fjes_hw.c
> @@ -599,7 +599,7 @@ int fjes_hw_unregister_buff_addr(struct fjes_hw *hw, int dest_epid)
>  		FJES_CMD_REQ_RES_CODE_BUSY) &&
>  	       (timeout > 0)) {
>  		msleep(200 + hw->my_epid * 20);
> -			timeout -= (200 + hw->my_epid * 20);
> +		timeout -= (200 + hw->my_epid * 20);
> 
>  		res_buf->unshare_buffer.length = 0;
>  		res_buf->unshare_buffer.code = 0;
> --
> 2.5.0


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

* Re: [PATCH] fjes: fix inconsistent indenting
  2015-11-11 15:22 [PATCH] fjes: fix inconsistent indenting Colin King
  2015-11-12  3:38 ` Izumi, Taku
@ 2015-11-15 22:10 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2015-11-15 22:10 UTC (permalink / raw)
  To: colin.king; +Cc: izumi.taku, elfring, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Wed, 11 Nov 2015 15:22:40 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> minor change, indenting is one tab out.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks.

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

end of thread, other threads:[~2015-11-15 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11 15:22 [PATCH] fjes: fix inconsistent indenting Colin King
2015-11-12  3:38 ` Izumi, Taku
2015-11-15 22:10 ` 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.