projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e85f5
)
watchdog: Fix a typo in the file orion_wdt.c
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Wed, 17 Mar 2021 05:17:34 +0000
(10:47 +0530)
committer
Wim Van Sebroeck
<wim@linux-watchdog.org>
Mon, 21 Jun 2021 06:49:12 +0000
(08:49 +0200)
s/freqency/frequency/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link:
https://lore.kernel.org/r/20210317051734.97314-1-unixbhaskar@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/orion_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/orion_wdt.c
b/drivers/watchdog/orion_wdt.c
index 4ddb4ea2e4a32d1b2e23b31d016cf27238dd4171..127eefc9161d2e3cba02eef4878f9de930cf86c9 100644
(file)
--- a/
drivers/watchdog/orion_wdt.c
+++ b/
drivers/watchdog/orion_wdt.c
@@
-174,7
+174,7
@@
static int armadaxp_wdt_clock_init(struct platform_device *pdev,
return ret;
}
- /* Fix the wdt and timer1 clock freqency to 25MHz */
+ /* Fix the wdt and timer1 clock freq
u
ency to 25MHz */
val = WDT_AXP_FIXED_ENABLE_BIT | TIMER1_FIXED_ENABLE_BIT;
atomic_io_modify(dev->reg + TIMER_CTRL, val, val);