char: Fix typo in tlclk.c
authorMasanari Iida <standby24x7@gmail.com>
Tue, 7 Feb 2012 14:55:52 +0000 (23:55 +0900)
committerJiri Kosina <jkosina@suse.cz>
Thu, 9 Feb 2012 22:09:37 +0000 (23:09 +0100)
Correct spelling "telclk_interrup" to "telclk_interrupt" in
drivers/char/tlclk.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/char/tlclk.c

index 0c964cdcc223ca7e710534470ee069d75497b802..ce29e7cce528ec01268f41eb05be4ad7f6dcee3c 100644 (file)
@@ -797,7 +797,7 @@ static int __init tlclk_init(void)
        telclk_interrupt = (inb(TLCLK_REG7) & 0x0f);
 
        if (0x0F == telclk_interrupt ) { /* not MCPBL0010 ? */
-               printk(KERN_ERR "telclk_interrup = 0x%x non-mcpbl0010 hw.\n",
+               printk(KERN_ERR "telclk_interrupt = 0x%x non-mcpbl0010 hw.\n",
                        telclk_interrupt);
                ret = -ENXIO;
                goto out3;
This page took 0.033126 seconds and 5 git commands to generate.