Skip to content

Commit 2ca3cb5

Browse files
rddunlaptorvalds
authored andcommitted
rapidio: fix kernel-doc warnings
Fix rapidio kernel-doc warnings: Warning(drivers/rapidio/rio.c:415): No description found for parameter 'local' Warning(drivers/rapidio/rio.c:415): Excess function parameter 'lstart' description in 'rio_map_inb_region' Warning(include/linux/rio.h:290): No description found for parameter 'switches' Warning(include/linux/rio.h:290): No description found for parameter 'destid_table' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Matt Porter <mporter@kernel.crashing.org> Acked-by: Alexandre Bounine <alexandre.bounine@idt.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent f58b59c commit 2ca3cb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

drivers/rapidio/rio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ EXPORT_SYMBOL_GPL(rio_release_inb_pwrite);
401401
/**
402402
* rio_map_inb_region -- Map inbound memory region.
403403
* @mport: Master port.
404-
* @lstart: physical address of memory region to be mapped
404+
* @local: physical address of memory region to be mapped
405405
* @rbase: RIO base address assigned to this window
406406
* @size: Size of the memory region
407407
* @rflags: Flags for mapping.

include/linux/rio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,11 @@ struct rio_id_table {
275275
* struct rio_net - RIO network info
276276
* @node: Node in global list of RIO networks
277277
* @devices: List of devices in this network
278+
* @switches: List of switches in this netowrk
278279
* @mports: List of master ports accessing this network
279280
* @hport: Default port for accessing this network
280281
* @id: RIO network ID
282+
* @destid_table: destID allocation table
281283
*/
282284
struct rio_net {
283285
struct list_head node; /* node in list of networks */

0 commit comments

Comments
 (0)