Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

watchdog: w83977f_wdt: Fix comment typo

The double `we' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20220802201109.6843-1-wangborong@cdjrlc.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Jason Wang and committed by
Wim Van Sebroeck
b26b9608 08a884cf

+1 -1
+1 -1
drivers/watchdog/w83977f_wdt.c
··· 321 321 * @ppos: pointer to the position to write. No seeks allowed 322 322 * 323 323 * A write to a watchdog device is defined as a keepalive signal. Any 324 - * write of data will do, as we we don't define content meaning. 324 + * write of data will do, as we don't define content meaning. 325 325 */ 326 326 327 327 static ssize_t wdt_write(struct file *file, const char __user *buf,