* [PATCH] serial: fix kernel-doc warnings in 8250.c
@ 2012-06-09 1:51 Randy Dunlap
2012-06-09 10:59 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2012-06-09 1:51 UTC (permalink / raw)
To: LKML, linux-serial; +Cc: Alan Cox, Greg Kroah-Hartman
From: Randy Dunlap <rdunlap@xenotime.net>
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>
---
drivers/tty/serial/8250/8250.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-35-rc1.orig/drivers/tty/serial/8250/8250.c
+++ lnx-35-rc1/drivers/tty/serial/8250/8250.c
@@ -3113,7 +3113,7 @@ static struct uart_8250_port *serial8250
/**
* 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] serial: fix kernel-doc warnings in 8250.c
2012-06-09 1:51 [PATCH] serial: fix kernel-doc warnings in 8250.c Randy Dunlap
@ 2012-06-09 10:59 ` Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2012-06-09 10:59 UTC (permalink / raw)
To: Randy Dunlap; +Cc: LKML, linux-serial, Greg Kroah-Hartman
On Fri, 08 Jun 2012 18:51:23 -0700
Randy Dunlap <rdunlap@xenotime.net> wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
>
> 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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-09 10:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09 1:51 [PATCH] serial: fix kernel-doc warnings in 8250.c Randy Dunlap
2012-06-09 10:59 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).