[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPDyKFpgUAoXSptorC-WqRFUHvuuM6=xUSQwBAXwVSMXPn1PzQ@mail.gmail.com>
Date: Thu, 5 Nov 2020 13:59:06 +0100
From: Ulf Hansson <ulf.hansson@...aro.org>
To: trix@...hat.com
Cc: Alex Dubov <oakad@...oo.com>,
Maxim Levitsky <maximlevitsky@...il.com>,
"linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] memstick: tifm: remove unneeded semicolon
On Sat, 31 Oct 2020 at 15:28, <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/tifm_ms.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/memstick/host/tifm_ms.c b/drivers/memstick/host/tifm_ms.c
> index 786e46798da2..57145374f6ac 100644
> --- a/drivers/memstick/host/tifm_ms.c
> +++ b/drivers/memstick/host/tifm_ms.c
> @@ -528,7 +528,7 @@ static int tifm_ms_set_param(struct memstick_host *msh,
> } else
> return -EINVAL;
> break;
> - };
> + }
>
> return 0;
> }
> --
> 2.18.1
>
Powered by blists - more mailing lists