public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] firmware: turris-mox-rwtm: fix indentation issue
@ 2019-11-12 19:15 Colin King
  0 siblings, 0 replies; 3+ messages in thread
From: Colin King @ 2019-11-12 19:15 UTC (permalink / raw)
  To: Marek Behun; +Cc: kernel-janitors, linux-kernel

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

There is a statement that is indented too deeply, remove
the extraneous tab.

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

diff --git a/drivers/firmware/turris-mox-rwtm.c b/drivers/firmware/turris-mox-rwtm.c
index 72be58960e54..e27f68437b56 100644
--- a/drivers/firmware/turris-mox-rwtm.c
+++ b/drivers/firmware/turris-mox-rwtm.c
@@ -197,7 +197,7 @@ static int mox_get_board_info(struct mox_rwtm *rwtm)
 		rwtm->serial_number = reply->status[1];
 		rwtm->serial_number <<= 32;
 		rwtm->serial_number |= reply->status[0];
-			rwtm->board_version = reply->status[2];
+		rwtm->board_version = reply->status[2];
 		rwtm->ram_size = reply->status[3];
 		reply_to_mac_addr(rwtm->mac_address1, reply->status[4],
 				  reply->status[5]);
-- 
2.20.1


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

* [PATCH] firmware: turris-mox-rwtm: fix indentation issue
@ 2019-12-21 15:36 Colin King
  2019-12-21 17:00 ` Marek Behun
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2019-12-21 15:36 UTC (permalink / raw)
  To: Marek Behun; +Cc: kernel-janitors, linux-kernel

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

There is a statement that is indented one level too deeply, remove
the extraneous tab.

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

diff --git a/drivers/firmware/turris-mox-rwtm.c b/drivers/firmware/turris-mox-rwtm.c
index 72be58960e54..e27f68437b56 100644
--- a/drivers/firmware/turris-mox-rwtm.c
+++ b/drivers/firmware/turris-mox-rwtm.c
@@ -197,7 +197,7 @@ static int mox_get_board_info(struct mox_rwtm *rwtm)
 		rwtm->serial_number = reply->status[1];
 		rwtm->serial_number <<= 32;
 		rwtm->serial_number |= reply->status[0];
-			rwtm->board_version = reply->status[2];
+		rwtm->board_version = reply->status[2];
 		rwtm->ram_size = reply->status[3];
 		reply_to_mac_addr(rwtm->mac_address1, reply->status[4],
 				  reply->status[5]);
-- 
2.24.0


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

* Re: [PATCH] firmware: turris-mox-rwtm: fix indentation issue
  2019-12-21 15:36 [PATCH] firmware: turris-mox-rwtm: fix indentation issue Colin King
@ 2019-12-21 17:00 ` Marek Behun
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Behun @ 2019-12-21 17:00 UTC (permalink / raw)
  To: Colin King; +Cc: kernel-janitors, linux-kernel

Hi Colin,
this was sent to mvebu-next, Gregory did not apply it yet but replied
that he is going to.
Marek

On Sat, 21 Dec 2019 15:36:23 +0000
Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a statement that is indented one level too deeply, remove
> the extraneous tab.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/firmware/turris-mox-rwtm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/firmware/turris-mox-rwtm.c b/drivers/firmware/turris-mox-rwtm.c
> index 72be58960e54..e27f68437b56 100644
> --- a/drivers/firmware/turris-mox-rwtm.c
> +++ b/drivers/firmware/turris-mox-rwtm.c
> @@ -197,7 +197,7 @@ static int mox_get_board_info(struct mox_rwtm *rwtm)
>  		rwtm->serial_number = reply->status[1];
>  		rwtm->serial_number <<= 32;
>  		rwtm->serial_number |= reply->status[0];
> -			rwtm->board_version = reply->status[2];
> +		rwtm->board_version = reply->status[2];
>  		rwtm->ram_size = reply->status[3];
>  		reply_to_mac_addr(rwtm->mac_address1, reply->status[4],
>  				  reply->status[5]);


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

end of thread, other threads:[~2019-12-21 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-21 15:36 [PATCH] firmware: turris-mox-rwtm: fix indentation issue Colin King
2019-12-21 17:00 ` Marek Behun
  -- strict thread matches above, loose matches on Subject: below --
2019-11-12 19:15 Colin King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox