]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial: xilinx_uartps: Supply description for missing member 'cts_override'
authorLee Jones <lee.jones@linaro.org>
Wed, 4 Nov 2020 19:35:35 +0000 (19:35 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Nov 2020 09:54:05 +0000 (10:54 +0100)
commit326d085f4f64e45eaebb2746eafb24525d442b03
tree98f6e22949050f93c8bb338e1daacfbf7ba3ed24
parentddc5ae7787f2216aa20c65d4c91164582ea885bc
tty: serial: xilinx_uartps: Supply description for missing member 'cts_override'

Fixes the following W=1 kernel build warning(s):

 drivers/tty/serial/xilinx_uartps.c:205: warning: Function parameter or member 'cts_override' not described in 'cdns_uart'

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: linux-serial@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201104193549.4026187-23-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/xilinx_uartps.c