[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPDyKFrnsKbw6Vd7=PZ1v2qwPXrGHYnM6djvMABUm9tzqeR5Dg@mail.gmail.com>
Date: Thu, 5 Nov 2020 13:58:54 +0100
From: Ulf Hansson <ulf.hansson@...aro.org>
To: trix@...hat.com
Cc: Maxim Levitsky <maximlevitsky@...il.com>,
Alex Dubov <oakad@...oo.com>,
Kalle Valo <kvalo@...eaurora.org>, jgg@...pe.ca,
leon@...nel.org, chao@...nel.org,
"Gustavo A. R. Silva" <gustavoars@...nel.org>,
Colin King <colin.king@...onical.com>,
Vaibhav Gupta <vaibhavgupta40@...il.com>,
Kees Cook <keescook@...omium.org>,
"linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] memstick: jmb38x_ms: remove unneeded semicolon
On Sat, 31 Oct 2020 at 15:25, <trix@...hat.com> wrote:
>
> From: Tom Rix <trix@...hat.com>
>
> A semicolon is not needed after a switch statement.
>
> Signed-off-by: Tom Rix <trix@...hat.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> drivers/memstick/host/jmb38x_ms.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/memstick/host/jmb38x_ms.c b/drivers/memstick/host/jmb38x_ms.c
> index e83c3ada9389..f9a93b0565e1 100644
> --- a/drivers/memstick/host/jmb38x_ms.c
> +++ b/drivers/memstick/host/jmb38x_ms.c
> @@ -748,7 +748,7 @@ static int jmb38x_ms_set_param(struct memstick_host *msh,
> clock_delay);
> host->ifmode = value;
> break;
> - };
> + }
> return 0;
> }
>
> --
> 2.18.1
>
Powered by blists - more mailing lists