[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210428094621.GB6543@lpieralisi>
Date: Wed, 28 Apr 2021 10:46:21 +0100
From: Lorenzo Pieralisi <lorenzo.pieralisi@....com>
To: Wan Jiabing <wanjiabing@...o.com>
Cc: Mark Rutland <mark.rutland@....com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
kael_w@...h.net
Subject: Re: [PATCH] firmware: psci: Remove unneeded semicolon
On Wed, Apr 28, 2021 at 11:03:24AM +0800, Wan Jiabing wrote:
> Fix the following coccicheck warning:
>
> ./drivers/firmware/psci/psci.c:141:2-3: Unneeded semicolon
>
> Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
> ---
> drivers/firmware/psci/psci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Fixed by a previous posting:
https://lore.kernel.org/lkml/1612247872-32603-1-git-send-email-yang.lee@linux.alibaba.com
Thank you anyway.
Lorenzo
>
> diff --git a/drivers/firmware/psci/psci.c b/drivers/firmware/psci/psci.c
> index 64344e84bd63..6e7bac61ba93 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;
> }
> --
> 2.25.1
>
Powered by blists - more mailing lists