Message ID | 20220608060933.13062-1-937225041@qq.com |
---|---|
State | Superseded |
Headers | show |
Series | [-next] watchdog:Fix typo in comment | expand |
On 6/7/22 23:09, luoxueqin wrote: > From: luoxueqin <luoxueqin@kylinos.cn> > "luoxueqin" is not a name. Please use your full name. Guenter > Spelling mistake in comment. > > Signed-off-by: luoxueqin <luoxueqin@kylinos.cn> > --- > drivers/watchdog/pc87413_wdt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/watchdog/pc87413_wdt.c b/drivers/watchdog/pc87413_wdt.c > index 9f9a340427fc..c7f745caf203 100644 > --- a/drivers/watchdog/pc87413_wdt.c > +++ b/drivers/watchdog/pc87413_wdt.c > @@ -442,7 +442,7 @@ static long pc87413_ioctl(struct file *file, unsigned int cmd, > } > } > > -/* -- Notifier funtions -----------------------------------------*/ > +/* -- Notifier functions -----------------------------------------*/ > > /** > * pc87413_notify_sys:
diff --git a/drivers/watchdog/pc87413_wdt.c b/drivers/watchdog/pc87413_wdt.c index 9f9a340427fc..c7f745caf203 100644 --- a/drivers/watchdog/pc87413_wdt.c +++ b/drivers/watchdog/pc87413_wdt.c @@ -442,7 +442,7 @@ static long pc87413_ioctl(struct file *file, unsigned int cmd, } } -/* -- Notifier funtions -----------------------------------------*/ +/* -- Notifier functions -----------------------------------------*/ /** * pc87413_notify_sys: