Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ca3cb50 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Matt Porter <mporter@kernel.crashing.org>
Acked-by: default avatarAlexandre Bounine <alexandre.bounine@idt.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f58b59c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -401,7 +401,7 @@ EXPORT_SYMBOL_GPL(rio_release_inb_pwrite);
/**
/**
 * rio_map_inb_region -- Map inbound memory region.
 * rio_map_inb_region -- Map inbound memory region.
 * @mport: Master port.
 * @mport: Master port.
 * @lstart: physical address of memory region to be mapped
 * @local: physical address of memory region to be mapped
 * @rbase: RIO base address assigned to this window
 * @rbase: RIO base address assigned to this window
 * @size: Size of the memory region
 * @size: Size of the memory region
 * @rflags: Flags for mapping.
 * @rflags: Flags for mapping.
+2 −0
Original line number Original line Diff line number Diff line
@@ -275,9 +275,11 @@ struct rio_id_table {
 * struct rio_net - RIO network info
 * struct rio_net - RIO network info
 * @node: Node in global list of RIO networks
 * @node: Node in global list of RIO networks
 * @devices: List of devices in this network
 * @devices: List of devices in this network
 * @switches: List of switches in this netowrk
 * @mports: List of master ports accessing this network
 * @mports: List of master ports accessing this network
 * @hport: Default port for accessing this network
 * @hport: Default port for accessing this network
 * @id: RIO network ID
 * @id: RIO network ID
 * @destid_table: destID allocation table
 */
 */
struct rio_net {
struct rio_net {
	struct list_head node;	/* node in list of networks */
	struct list_head node;	/* node in list of networks */