diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-07 09:55:52 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-09 11:49:51 -0500 |
commit | 838d51bfa31540d474b9562056379b6325ec07d7 (patch) | |
tree | 61f2e965229493bd9c37d52330b74a8785683a61 /drivers/char/tlclk.c | |
parent | 5fb15db4376fed99f6f1cae552766f9d81f062e3 (diff) |
char: Fix typo in tlclk.c
Correct spelling "telclk_interrup" to "telclk_interrupt" in
drivers/char/tlclk.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/tlclk.c')
-rw-r--r-- | drivers/char/tlclk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tlclk.c b/drivers/char/tlclk.c index 0c964cdcc223..ce29e7cce528 100644 --- a/drivers/char/tlclk.c +++ b/drivers/char/tlclk.c | |||
@@ -797,7 +797,7 @@ static int __init tlclk_init(void) | |||
797 | telclk_interrupt = (inb(TLCLK_REG7) & 0x0f); | 797 | telclk_interrupt = (inb(TLCLK_REG7) & 0x0f); |
798 | 798 | ||
799 | if (0x0F == telclk_interrupt ) { /* not MCPBL0010 ? */ | 799 | if (0x0F == telclk_interrupt ) { /* not MCPBL0010 ? */ |
800 | printk(KERN_ERR "telclk_interrup = 0x%x non-mcpbl0010 hw.\n", | 800 | printk(KERN_ERR "telclk_interrupt = 0x%x non-mcpbl0010 hw.\n", |
801 | telclk_interrupt); | 801 | telclk_interrupt); |
802 | ret = -ENXIO; | 802 | ret = -ENXIO; |
803 | goto out3; | 803 | goto out3; |