diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:11:42 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:11:42 -0500 |
commit | 8dfba4d71b77bca83a6f9943fc8e53439310cffd (patch) | |
tree | d18b1c73663e9f6e83b8c177118ffb6121acbc3b /drivers/char/hvcs.c | |
parent | b92b1c5725d028ead3946ac8af5a5614155710b3 (diff) |
drivers/char/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/char/hvcs.c')
-rw-r--r-- | drivers/char/hvcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hvcs.c b/drivers/char/hvcs.c index fd7559084b82..3402def22007 100644 --- a/drivers/char/hvcs.c +++ b/drivers/char/hvcs.c | |||
@@ -838,7 +838,7 @@ static int __devexit hvcs_remove(struct vio_dev *dev) | |||
838 | if (!hvcsd) | 838 | if (!hvcsd) |
839 | return -ENODEV; | 839 | return -ENODEV; |
840 | 840 | ||
841 | /* By this time the vty-server won't be getting any more interrups */ | 841 | /* By this time the vty-server won't be getting any more interrupts */ |
842 | 842 | ||
843 | spin_lock_irqsave(&hvcsd->lock, flags); | 843 | spin_lock_irqsave(&hvcsd->lock, flags); |
844 | 844 | ||