aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2012-06-08 18:51:23 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-12 15:41:18 -0700
commit58bcd3322944f31c9a8b02694e221c645cf4ffd9 (patch)
tree84fcfe7bcfa82f69c40c42a862bf094e42382c48 /drivers/tty/serial/8250/8250.c
parentLinux 3.5-rc2 (diff)
downloadlinux-dev-58bcd3322944f31c9a8b02694e221c645cf4ffd9.tar.xz
linux-dev-58bcd3322944f31c9a8b02694e221c645cf4ffd9.zip
serial: fix kernel-doc warnings in 8250.c
Fix kernel-doc warnings in drivers/tty/serial/8250/8250.c: Warning(drivers/tty/serial/8250/8250.c:3128): No description found for parameter 'up' Warning(drivers/tty/serial/8250/8250.c:3128): Excess function parameter 'port' description in 'serial8250_register_8250_port' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/8250.c')
-rw-r--r--drivers/tty/serial/8250/8250.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250.c b/drivers/tty/serial/8250/8250.c
index 47d061b9ad4d..6e1958a325bd 100644
--- a/drivers/tty/serial/8250/8250.c
+++ b/drivers/tty/serial/8250/8250.c
@@ -3113,7 +3113,7 @@ static struct uart_8250_port *serial8250_find_match_or_unused(struct uart_port *
/**
* serial8250_register_8250_port - register a serial port
- * @port: serial port template
+ * @up: serial port template
*
* Configure the serial port specified by the request. If the
* port exists and is in use, it is hung up and unregistered