diff options
author | Nava kishore Manne <nava.manne@xilinx.com> | 2017-05-26 13:13:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-03 18:48:53 +0900 |
commit | 094094a9373fbea80ec00714eed5c24f6fd39ecf (patch) | |
tree | 7781a76b1543e47e5dd5faa04101a04715f8f261 /drivers/tty | |
parent | e2860e1f62f2e87d268403a749ba1f19663ef19f (diff) | |
download | blackbird-op-linux-094094a9373fbea80ec00714eed5c24f6fd39ecf.tar.gz blackbird-op-linux-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')
-rw-r--r-- | drivers/tty/serial/xilinx_uartps.c | 1 |
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; |