tty: Fix typo in tty drivers
authorMasanari Iida <standby24x7@gmail.com>
Wed, 24 Oct 2012 14:29:41 +0000 (23:29 +0900)
committerJiri Kosina <jkosina@suse.cz>
Thu, 25 Oct 2012 16:05:32 +0000 (18:05 +0200)
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>
drivers/tty/hvc/hvc_opal.c
drivers/tty/hvc/hvc_vio.c
drivers/tty/serial/8250/Kconfig
drivers/tty/serial/bfin_uart.c
drivers/tty/serial/icom.c

index 0d2ea0c224c35c6012e0d6c1f7fe04ff337a8931..a4f488fa95790edaca0ec41d160568d8b6bca51c 100644 (file)
@@ -178,7 +178,7 @@ static int __devinit hvc_opal_probe(struct platform_device *dev)
                proto = HV_PROTOCOL_HVSI;
                ops = &hvc_opal_hvsi_ops;
        } else {
-               pr_err("hvc_opal: Unkown protocol for %s\n",
+               pr_err("hvc_opal: Unknown protocol for %s\n",
                       dev->dev.of_node->full_name);
                return -ENXIO;
        }
index ee307799271a4d3cd362cb131a58490d0d00f18b..56e97258e55ac1df9078e1c1c02a85356ea5b7c0 100644 (file)
@@ -250,7 +250,7 @@ static int __devinit hvc_vio_probe(struct vio_dev *vdev,
                proto = HV_PROTOCOL_HVSI;
                ops = &hvterm_hvsi_ops;
        } else {
-               pr_err("hvc_vio: Unkown protocol for %s\n", vdev->dev.of_node->full_name);
+               pr_err("hvc_vio: Unknown protocol for %s\n", vdev->dev.of_node->full_name);
                return -ENXIO;
        }
 
index a27dd0569bd7341b93a176be9c58755669d3829d..93958000a1335f817b854091d55d120663a3818a 100644 (file)
@@ -271,7 +271,7 @@ config SERIAL_8250_DW
          present in the Synopsys DesignWare APB UART.
 
 config SERIAL_8250_EM
-       tristate "Support for Emma Mobile intergrated serial port"
+       tristate "Support for Emma Mobile integrated serial port"
        depends on SERIAL_8250 && ARM && HAVE_CLK
        help
          Selecting this option will add support for the integrated serial
index bd97db23985bbc4ae6db1b666ff1900f09afb97d..58913eecefe5b1611b01df36fc2cf629a9fa38bb 100644 (file)
@@ -815,7 +815,7 @@ bfin_serial_set_termios(struct uart_port *port, struct ktermios *termios,
                lcr = WLS(5);
                break;
        default:
-               printk(KERN_ERR "%s: word lengh not supported\n",
+               printk(KERN_ERR "%s: word length not supported\n",
                        __func__);
        }
 
index defc4e3393a38accf1664399bfbf9c7f24771a70..613151677df01835c87eac86a6e282d8b98d99d8 100644 (file)
@@ -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)