aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
diff options
context:
space:
mode:
authorNava kishore Manne <nava.manne@xilinx.com>2017-05-26 13:13:18 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-03 18:48:53 +0900
commit094094a9373fbea80ec00714eed5c24f6fd39ecf (patch)
tree7781a76b1543e47e5dd5faa04101a04715f8f261 /drivers/tty/serial/xilinx_uartps.c
parentserial: 8250_of: Add reset support (diff)
downloadlinux-dev-094094a9373fbea80ec00714eed5c24f6fd39ecf.tar.xz
linux-dev-094094a9373fbea80ec00714eed5c24f6fd39ecf.zip
serial: uartps: Fix kernel doc warnings
This patch fixes the kernel doc warnings in the driver. Signed-off-by: Nava kishore Manne <navam@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/xilinx_uartps.c')
-rw-r--r--drivers/tty/serial/xilinx_uartps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c
index b5b77ba3ac65..fde55dcdea5a 100644
--- a/drivers/tty/serial/xilinx_uartps.c
+++ b/drivers/tty/serial/xilinx_uartps.c
@@ -186,6 +186,7 @@ MODULE_PARM_DESC(rx_timeout, "Rx timeout, 1-255");
* @pclk: APB clock
* @baud: Current baud rate
* @clk_rate_change_nb: Notifier block for clock changes
+ * @quirks: Flags for RXBS support.
*/
struct cdns_uart {
struct uart_port *port;