Commit d3635abfee0c55ad9dcd6b6172a0c6a5455900c9

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent d78dd070cc

rapidio: remove excess kernel-doc notation

Remove excess kernel-doc notation from rio header and driver:

Warning(include/linux/rio_drv.h:399): Excess function parameter or struct member 'buffer' description in 'rio_get_inb_message'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 2 changed files with 0 additions and 2 deletions Side-by-side Diff

drivers/rapidio/rio-driver.c
... ... @@ -79,7 +79,6 @@
79 79  
80 80 /**
81 81 * rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure
82   - * @id: the RIO device id structure to match against
83 82 * @dev: the RIO device structure to match against
84 83 *
85 84 * return 0 and set rio_dev->driver when drv claims rio_dev, else error
include/linux/rio_drv.h
... ... @@ -391,7 +391,6 @@
391 391 * rio_get_inb_message - Get A RIO message from an inbound mailbox queue
392 392 * @mport: Master port containing the inbound mailbox
393 393 * @mbox: The inbound mailbox number
394   - * @buffer: Pointer to the message buffer
395 394 *
396 395 * Get a RIO message from an inbound mailbox queue. Returns 0 on success.
397 396 */