aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/tty_port.c')
-rw-r--r--drivers/tty/tty_port.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/tty/tty_port.c b/drivers/tty/tty_port.c
index 6b137194069f..25d736880013 100644
--- a/drivers/tty/tty_port.c
+++ b/drivers/tty/tty_port.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * Tty port functions 3 * Tty port functions
3 */ 4 */
@@ -78,7 +79,7 @@ EXPORT_SYMBOL(tty_port_init);
78 * @driver: tty_driver for this device 79 * @driver: tty_driver for this device
79 * @index: index of the tty 80 * @index: index of the tty
80 * 81 *
81 * Provide the tty layer wit ha link from a tty (specified by @index) to a 82 * Provide the tty layer with a link from a tty (specified by @index) to a
82 * tty_port (@port). Use this only if neither tty_port_register_device nor 83 * tty_port (@port). Use this only if neither tty_port_register_device nor
83 * tty_port_install is used in the driver. If used, this has to be called before 84 * tty_port_install is used in the driver. If used, this has to be called before
84 * tty_register_driver. 85 * tty_register_driver.
@@ -235,7 +236,7 @@ EXPORT_SYMBOL(tty_port_free_xmit_buf);
235 236
236/** 237/**
237 * tty_port_destroy -- destroy inited port 238 * tty_port_destroy -- destroy inited port
238 * @port: tty port to be doestroyed 239 * @port: tty port to be destroyed
239 * 240 *
240 * When a port was initialized using tty_port_init, one has to destroy the 241 * When a port was initialized using tty_port_init, one has to destroy the
241 * port by this function. Either indirectly by using tty_port refcounting 242 * port by this function. Either indirectly by using tty_port refcounting