Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 844ecd97 authored by Chris Packham's avatar Chris Packham Committed by Wim Van Sebroeck
Browse files

watchdog: orion: fix typo



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

Signed-off-by: default avatarChris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent a2363f9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -576,7 +576,7 @@ static int orion_wdt_probe(struct platform_device *pdev)
	/*
	 * Let's make sure the watchdog is fully stopped, unless it's
	 * explicitly enabled. This may be the case if the module was
	 * removed and re-insterted, or if the bootloader explicitly
	 * removed and re-inserted, or if the bootloader explicitly
	 * set a running watchdog before booting the kernel.
	 */
	if (!orion_wdt_enabled(&dev->wdt))