lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2f11da00-928c-452b-a06e-9f40e5065fc3@roeck-us.net>
Date: Mon, 2 Sep 2024 10:16:29 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Chen Ni <nichen@...as.ac.cn>, wim@...ux-watchdog.org
Cc: linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers: watchdog: marvell_gti: Convert comma to
 semicolon

On 9/2/24 01:04, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>

Reviewed-by: Guenter Roeck <linux@...ck-us.net>

Guenter

> ---
>   drivers/watchdog/marvell_gti_wdt.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/watchdog/marvell_gti_wdt.c b/drivers/watchdog/marvell_gti_wdt.c
> index 098bb141a521..298089d45ab8 100644
> --- a/drivers/watchdog/marvell_gti_wdt.c
> +++ b/drivers/watchdog/marvell_gti_wdt.c
> @@ -285,8 +285,8 @@ static int gti_wdt_probe(struct platform_device *pdev)
>   	}
>   
>   	wdog_dev = &priv->wdev;
> -	wdog_dev->info = &gti_wdt_ident,
> -	wdog_dev->ops = &gti_wdt_ops,
> +	wdog_dev->info = &gti_wdt_ident;
> +	wdog_dev->ops = &gti_wdt_ops;
>   	wdog_dev->parent = dev;
>   	/*
>   	 * Watchdog counter is 24 bit where lower 8 bits are zeros


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ