summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/orion_wdt.c
diff options
context:
space:
mode:
authorChris Packham2017-10-11 04:29:56 +0200
committerWim Van Sebroeck2017-12-28 20:44:57 +0100
commit844ecd970f2c7932878dc363da0a07012a221437 (patch)
treefa1b502919d30b4764b2933b29374bdccc366640 /drivers/watchdog/orion_wdt.c
parentwatchdog: gpio: Convert to use GPIO descriptors (diff)
downloadkernel-qcow2-linux-844ecd970f2c7932878dc363da0a07012a221437.tar.gz
kernel-qcow2-linux-844ecd970f2c7932878dc363da0a07012a221437.tar.xz
kernel-qcow2-linux-844ecd970f2c7932878dc363da0a07012a221437.zip
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>
Diffstat (limited to 'drivers/watchdog/orion_wdt.c')
-rw-r--r--drivers/watchdog/orion_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/orion_wdt.c b/drivers/watchdog/orion_wdt.c
index 83af7d6cc37c..ea676d233e1e 100644
--- a/drivers/watchdog/orion_wdt.c
+++ b/drivers/watchdog/orion_wdt.c
@@ -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))