diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-24 10:29:41 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-10-25 12:05:32 -0400 |
commit | 46e99c4a1d57dc73e518466bb3a8da9e7094415e (patch) | |
tree | bb3e02170dcaeca6d15b5760c683ac12eeca1400 /drivers/tty/serial/icom.c | |
parent | fc0d1b93fe7b331448631c723cb19668c9027bf4 (diff) |
tty: Fix typo in tty drivers
Correct spelling typo in debug messages within tty drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/tty/serial/icom.c')
-rw-r--r-- | drivers/tty/serial/icom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/icom.c b/drivers/tty/serial/icom.c index defc4e3393a3..613151677df0 100644 --- a/drivers/tty/serial/icom.c +++ b/drivers/tty/serial/icom.c | |||
@@ -505,7 +505,7 @@ static void load_code(struct icom_port *icom_port) | |||
505 | /* Stop processor */ | 505 | /* Stop processor */ |
506 | stop_processor(icom_port); | 506 | stop_processor(icom_port); |
507 | 507 | ||
508 | dev_err(&icom_port->adapter->pci_dev->dev,"Port not opertional\n"); | 508 | dev_err(&icom_port->adapter->pci_dev->dev,"Port not operational\n"); |
509 | } | 509 | } |
510 | 510 | ||
511 | if (new_page != NULL) | 511 | if (new_page != NULL) |