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/toshiba.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/toshiba.c')
-rw-r--r-- | drivers/char/toshiba.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/toshiba.c b/drivers/char/toshiba.c index 5422f999636f..ce5ebe3b168f 100644 --- a/drivers/char/toshiba.c +++ b/drivers/char/toshiba.c | |||
@@ -505,7 +505,7 @@ static int __init toshiba_init(void) | |||
505 | if (tosh_probe()) | 505 | if (tosh_probe()) |
506 | return -ENODEV; | 506 | return -ENODEV; |
507 | 507 | ||
508 | printk(KERN_INFO "Toshiba System Managment Mode driver v" TOSH_VERSION "\n"); | 508 | printk(KERN_INFO "Toshiba System Management Mode driver v" TOSH_VERSION "\n"); |
509 | 509 | ||
510 | /* set the port to use for Fn status if not specified as a parameter */ | 510 | /* set the port to use for Fn status if not specified as a parameter */ |
511 | if (tosh_fn==0x00) | 511 | if (tosh_fn==0x00) |