]> git.dujemihanovic.xyz Git - linux.git/commitdiff
watchdog: orion: fix typo
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Wed, 11 Oct 2017 02:29:56 +0000 (15:29 +1300)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 28 Dec 2017 19:44:57 +0000 (20:44 +0100)
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>
drivers/watchdog/orion_wdt.c

index 83af7d6cc37cc9e3c46afa5aa54b16a6a94c66ee..ea676d233e1e5e96539c68290c2eee1e0802236a 100644 (file)
@@ -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))