From: Marek Behun <marek.behun@nic.cz>
To: Colin King <colin.king@canonical.com>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] firmware: turris-mox-rwtm: fix indentation issue
Date: Sat, 21 Dec 2019 18:00:40 +0100 [thread overview]
Message-ID: <20191221180040.4e22c245@nic.cz> (raw)
In-Reply-To: <20191221153623.32564-1-colin.king@canonical.com>
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]);
next prev parent reply other threads:[~2019-12-21 17:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-21 15:36 [PATCH] firmware: turris-mox-rwtm: fix indentation issue Colin King
2019-12-21 17:00 ` Marek Behun [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-11-12 19:15 Colin King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191221180040.4e22c245@nic.cz \
--to=marek.behun@nic.cz \
--cc=colin.king@canonical.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox