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]
Date:   Sun, 21 Jul 2019 08:19:20 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Christophe JAILLET <christophe.jaillet@...adoo.fr>,
        wim@...ux-watchdog.org
Cc:     linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org,
        kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] watchdog: ath79_wdt: fix a typo in the name of a function

On 7/21/19 5:55 AM, Christophe JAILLET wrote:
> It is likely that 'ath97_wdt_shutdown()' should be 'ath79_wdt_shutdown()'
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>

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

> ---
>   drivers/watchdog/ath79_wdt.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/watchdog/ath79_wdt.c b/drivers/watchdog/ath79_wdt.c
> index 02234c254b10..436cdb4f0392 100644
> --- a/drivers/watchdog/ath79_wdt.c
> +++ b/drivers/watchdog/ath79_wdt.c
> @@ -306,7 +306,7 @@ static int ath79_wdt_remove(struct platform_device *pdev)
>   	return 0;
>   }
>   
> -static void ath97_wdt_shutdown(struct platform_device *pdev)
> +static void ath79_wdt_shutdown(struct platform_device *pdev)
>   {
>   	ath79_wdt_disable();
>   }
> @@ -322,7 +322,7 @@ MODULE_DEVICE_TABLE(of, ath79_wdt_match);
>   static struct platform_driver ath79_wdt_driver = {
>   	.probe		= ath79_wdt_probe,
>   	.remove		= ath79_wdt_remove,
> -	.shutdown	= ath97_wdt_shutdown,
> +	.shutdown	= ath79_wdt_shutdown,
>   	.driver		= {
>   		.name	= DRIVER_NAME,
>   		.of_match_table = of_match_ptr(ath79_wdt_match),
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ