mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 21:31:51 +00:00
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>
This commit is contained in:
parent
d78dd070cc
commit
d3635abfee
2 changed files with 0 additions and 2 deletions
|
@ -391,7 +391,6 @@ static inline int rio_add_inb_buffer(struct rio_mport *mport, int mbox,
|
|||
* rio_get_inb_message - Get A RIO message from an inbound mailbox queue
|
||||
* @mport: Master port containing the inbound mailbox
|
||||
* @mbox: The inbound mailbox number
|
||||
* @buffer: Pointer to the message buffer
|
||||
*
|
||||
* Get a RIO message from an inbound mailbox queue. Returns 0 on success.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue