diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-24 14:29:41 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-10-25 16:05:32 (GMT) |
commit | 46e99c4a1d57dc73e518466bb3a8da9e7094415e (patch) | |
tree | bb3e02170dcaeca6d15b5760c683ac12eeca1400 /drivers/tty/serial/icom.c | |
parent | fc0d1b93fe7b331448631c723cb19668c9027bf4 (diff) | |
download | linux-46e99c4a1d57dc73e518466bb3a8da9e7094415e.tar.xz |
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 defc4e3..6131516 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) /* Stop processor */ stop_processor(icom_port); - dev_err(&icom_port->adapter->pci_dev->dev,"Port not opertional\n"); + dev_err(&icom_port->adapter->pci_dev->dev,"Port not operational\n"); } if (new_page != NULL) |