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: eurotechwdt: Remove redundant word in comments

There is a rebundant word "we" in comments, so remove it.

Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20220808153956.8374-1-dengshaomin@cdjrlc.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

shaomin Deng and committed by
Wim Van Sebroeck
08a884cf 0e012972

+1 -1
+1 -1
drivers/watchdog/eurotechwdt.c
··· 192 192 * @ppos: pointer to the position to write. No seeks allowed 193 193 * 194 194 * A write to a watchdog device is defined as a keepalive signal. Any 195 - * write of data will do, as we we don't define content meaning. 195 + * write of data will do, as we don't define content meaning. 196 196 */ 197 197 198 198 static ssize_t eurwdt_write(struct file *file, const char __user *buf,