aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>2014-03-11 06:23:36 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-17 19:13:23 -0400
commit015355b70e074a8cc11da6ae4f82d45c5160358a (patch)
tree48147c5772a7d2d3ca9092b7a42160575634ca8d /drivers/tty/serial
parent02088ca63b2de4f7eb575c46fc9ff3d60775b07f (diff)
serial_core: Grammar s/ports/port's/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: linux-serial@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r--drivers/tty/serial/serial_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c
index 55dd4876c45e..203cb32638c3 100644
--- a/drivers/tty/serial/serial_core.c
+++ b/drivers/tty/serial/serial_core.c
@@ -2609,7 +2609,7 @@ int uart_add_one_port(struct uart_driver *drv, struct uart_port *uport)
2609 2609
2610 /* 2610 /*
2611 * Register the port whether it's detected or not. This allows 2611 * Register the port whether it's detected or not. This allows
2612 * setserial to be used to alter this ports parameters. 2612 * setserial to be used to alter this port's parameters.
2613 */ 2613 */
2614 tty_dev = tty_port_register_device_attr(port, drv->tty_driver, 2614 tty_dev = tty_port_register_device_attr(port, drv->tty_driver,
2615 uport->line, uport->dev, port, tty_dev_attr_groups); 2615 uport->line, uport->dev, port, tty_dev_attr_groups);