[PATCH v2 4/7] tty: Fix kernel-doc variable typos

From: Tobin C. Harding
Date: Thu Oct 18 2018 - 18:38:28 EST


There are a few typos in the kernel-doc variables [descriptions]. Fix
these by using the correct variable name and adding a description.

Fix kernel-doc variable typos.

Signed-off-by: Tobin C. Harding <tobin@xxxxxxxxxx>
---
drivers/tty/serial/men_z135_uart.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/tty/serial/men_z135_uart.c b/drivers/tty/serial/men_z135_uart.c
index ef89534dd760..784756139935 100644
--- a/drivers/tty/serial/men_z135_uart.c
+++ b/drivers/tty/serial/men_z135_uart.c
@@ -173,7 +173,7 @@ static void men_z135_reg_clr(struct men_z135_port *uart,

/**
* men_z135_handle_modem_status() - Handle change of modem status
- * @port: The UART port
+ * @uart: The UART port
*
* Handle change of modem status register. This is done by reading the "delta"
* versions of DCD (Data Carrier Detect) and CTS (Clear To Send).
@@ -597,7 +597,7 @@ static void men_z135_stop_rx(struct uart_port *port)

/**
* men_z135_enable_ms() - Enable Modem Status
- * port:
+ * @port: The UART port
*
* Enable Modem Status IRQ.
*/
--
2.17.1