[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4e4a7471-fbe5-3012-6874-431606674457@roeck-us.net>
Date: Tue, 28 Apr 2020 06:12:37 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Jason Yan <yanaijie@...wei.com>, wim@...ux-watchdog.org,
linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] watchdog: riowd: remove unneeded semicolon
On 4/27/20 11:33 PM, Jason Yan wrote:
> Fix the following coccicheck warning:
>
> drivers/watchdog/riowd.c:144:2-3: Unneeded semicolon
>
> Signed-off-by: Jason Yan <yanaijie@...wei.com>
Reviewed-by: Guenter Roeck <linux@...ck-us.net>
> ---
> drivers/watchdog/riowd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/riowd.c b/drivers/watchdog/riowd.c
> index dc3c06a92f93..1b9a6dc8f982 100644
> --- a/drivers/watchdog/riowd.c
> +++ b/drivers/watchdog/riowd.c
> @@ -141,7 +141,7 @@ static long riowd_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
>
> default:
> return -EINVAL;
> - };
> + }
>
> return 0;
> }
>
Powered by blists - more mailing lists