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: <20221014164428.GA105432@roeck-us.net>
Date:   Fri, 14 Oct 2022 09:44:28 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Jiangshan Yi <13667453960@....com>
Cc:     wim@...ux-watchdog.org, linux-watchdog@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Jiangshan Yi <yijiangshan@...inos.cn>,
        k2ci <kernel-bot@...inos.cn>
Subject: Re: [PATCH] watchdog: sp805_wdt: fix spelling typo in comment

On Sun, Oct 09, 2022 at 04:39:44PM +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@...inos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@...inos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@...inos.cn>

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

> ---
>  drivers/watchdog/sp805_wdt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c
> index 78ba36689eec..2756ed54ca3d 100644
> --- a/drivers/watchdog/sp805_wdt.c
> +++ b/drivers/watchdog/sp805_wdt.c
> @@ -88,7 +88,7 @@ static bool wdt_is_running(struct watchdog_device *wdd)
>  	return (wdtcontrol & ENABLE_MASK) == ENABLE_MASK;
>  }
>  
> -/* This routine finds load value that will reset system in required timout */
> +/* This routine finds load value that will reset system in required timeout */
>  static int wdt_setload(struct watchdog_device *wdd, unsigned int timeout)
>  {
>  	struct sp805_wdt *wdt = watchdog_get_drvdata(wdd);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ