diff mbox series

watchdog: sp805_wdt: fix spelling typo in comment

Message ID 20221009083944.2988237-1-13667453960@163.com
State New
Headers show
Series watchdog: sp805_wdt: fix spelling typo in comment | expand

Commit Message

Jiangshan Yi Oct. 9, 2022, 8:39 a.m. UTC
From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 drivers/watchdog/sp805_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck Oct. 14, 2022, 4:44 p.m. UTC | #1
On Sun, Oct 09, 2022 at 04:39:44PM +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>

Reviewed-by: Guenter Roeck <linux@roeck-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);
diff mbox series

Patch

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);