]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8520_port: Fix function param documentation
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Sun, 17 May 2020 21:56:06 +0000 (23:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 May 2020 10:42:54 +0000 (12:42 +0200)
commita29e0a80b210d46a41d009e6a7dbd69d7cd9a096
treeb66ec9d409acebc9ad53963093a10c9f592fdaa1
parent17be60821956643bb2d2a5e508ba10c587c0ef80
serial: 8520_port: Fix function param documentation

The parameter is named p while the documentation talks about up.
Fix the doc to be in line with the code.

Fixes: 07890e8c60ac ("serial: 8250: Generalize rs485 software emulation")
Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200517215610.2131618-2-heiko@sntech.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c