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: <34f987be-6e9d-487b-b051-adde23470da1@traphandler.com>
Date: Sun, 28 Jul 2024 18:44:04 +0200
From: Jean-Jacques Hiblot <jjhiblot@...phandler.com>
To: Chen Ni <nichen@...as.ac.cn>, <wim@...ux-watchdog.org>,
	<linux@...ck-us.net>, <tzungbi@...nel.org>, <phil.edworthy@...esas.com>
CC: <linux-watchdog@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] watchdog: rzn1: Convert comma to semicolon


On 16/07/2024 05:11, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Fixes: d65112f58464 ("watchdog: Add Renesas RZ/N1 Watchdog driver")
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
> ---
>   drivers/watchdog/rzn1_wdt.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/watchdog/rzn1_wdt.c b/drivers/watchdog/rzn1_wdt.c
> index 980c1717adb5..7d3192d34afd 100644
> --- a/drivers/watchdog/rzn1_wdt.c
> +++ b/drivers/watchdog/rzn1_wdt.c
> @@ -140,9 +140,9 @@ static int rzn1_wdt_probe(struct platform_device *pdev)
>   	}
>   
>   	wdt->clk_rate_khz = clk_rate / 1000;
> -	wdt->wdtdev.info = &rzn1_wdt_info,
> -	wdt->wdtdev.ops = &rzn1_wdt_ops,
> -	wdt->wdtdev.status = WATCHDOG_NOWAYOUT_INIT_STATUS,
> +	wdt->wdtdev.info = &rzn1_wdt_info;
> +	wdt->wdtdev.ops = &rzn1_wdt_ops;
> +	wdt->wdtdev.status = WATCHDOG_NOWAYOUT_INIT_STATUS;
>   	wdt->wdtdev.parent = dev;
>   	/*
>   	 * The period of the watchdog cannot be changed once set

reviewed-by: Jean-Jacques Hiblot <jjhiblot@...phandler.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ