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

watchdog: orion: fix typo

Correct typo in comment "insterted" -> "inserted".

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Chris Packham and committed by
Wim Van Sebroeck
844ecd97 a2363f9d

+1 -1
+1 -1
drivers/watchdog/orion_wdt.c
··· 576 576 /* 577 577 * Let's make sure the watchdog is fully stopped, unless it's 578 578 * explicitly enabled. This may be the case if the module was 579 - * removed and re-insterted, or if the bootloader explicitly 579 + * removed and re-inserted, or if the bootloader explicitly 580 580 * set a running watchdog before booting the kernel. 581 581 */ 582 582 if (!orion_wdt_enabled(&dev->wdt))