[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210428094121.GA6543@lpieralisi>
Date: Wed, 28 Apr 2021 10:41:30 +0100
From: Lorenzo Pieralisi <lorenzo.pieralisi@....com>
To: Yang Li <yang.lee@...ux.alibaba.com>
Cc: mark.rutland@....com, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, arm@...nel.org
Subject: Re: [PATCH] psci: remove unneeded semicolon
On Tue, Feb 02, 2021 at 02:37:52PM +0800, Yang Li wrote:
> Eliminate the following coccicheck warning:
> ./drivers/firmware/psci/psci.c:141:2-3: Unneeded semicolon
Nit: subject should read "psci: Remove unneeded semicolon"
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
> ---
> drivers/firmware/psci/psci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Please send a v2 and address it to Mark, me and arm@...nel.org so
that they can pick it up.
Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@....com>
> diff --git a/drivers/firmware/psci/psci.c b/drivers/firmware/psci/psci.c
> index f5fc429..35b355e 100644
> --- a/drivers/firmware/psci/psci.c
> +++ b/drivers/firmware/psci/psci.c
> @@ -138,7 +138,7 @@ static int psci_to_linux_errno(int errno)
> return -EINVAL;
> case PSCI_RET_DENIED:
> return -EPERM;
> - };
> + }
>
> return -EINVAL;
> }
> --
> 1.8.3.1
>
Powered by blists - more mailing lists