aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-max8997.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-04-08 13:06:50 -0400
committerJiri Kosina <jkosina@suse.cz>2013-04-12 09:21:36 -0400
commita895d57da04a4a24cda996e1a72425ff7e7e6c22 (patch)
tree39ce16341f0bd80113ad72442a14e54625d0c9c1 /drivers/rtc/rtc-max8997.c
parent393b148f9d0e70cfcb0096985bb0f0742802929e (diff)
treewide: Fix typo in printks
Correct spelling typos in printk and comments. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/rtc/rtc-max8997.c')
-rw-r--r--drivers/rtc/rtc-max8997.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-max8997.c b/drivers/rtc/rtc-max8997.c
index 00e505b6bee3..f15202c771da 100644
--- a/drivers/rtc/rtc-max8997.c
+++ b/drivers/rtc/rtc-max8997.c
@@ -24,7 +24,7 @@
24/* Module parameter for WTSR function control */ 24/* Module parameter for WTSR function control */
25static int wtsr_en = 1; 25static int wtsr_en = 1;
26module_param(wtsr_en, int, 0444); 26module_param(wtsr_en, int, 0444);
27MODULE_PARM_DESC(wtsr_en, "Wachdog Timeout & Sofware Reset (default=on)"); 27MODULE_PARM_DESC(wtsr_en, "Watchdog Timeout & Software Reset (default=on)");
28/* Module parameter for SMPL function control */ 28/* Module parameter for SMPL function control */
29static int smpl_en = 1; 29static int smpl_en = 1;
30module_param(smpl_en, int, 0444); 30module_param(smpl_en, int, 0444);