Skip to content

Commit 01940cd

Browse files
rddunlaptsbogend
authored andcommitted
MIPS: SGI-IP27: hubio: fix nasid kernel-doc warning
ip27-hubio.c:32: warning: Function parameter or member 'nasid' not described in 'hub_pio_map' ip27-hubio.c:32: warning: Excess function parameter 'hub' description in 'hub_pio_map' Fixes: 4bf841e ("MIPS: SGI-IP27: get rid of compact node ids") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reported-by: kernel test robot <lkp@intel.com> Closes: lore.kernel.org/r/202311101336.BUL1JuvU-lkp@intel.com Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Cc: Paul Burton <paulburton@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Jiri Slaby <jslaby@suse.cz> Cc: linux-mips@vger.kernel.org Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 06dc6a8 commit 01940cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/mips/sgi-ip27/ip27-hubio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static int force_fire_and_forget = 1;
2121
/**
2222
* hub_pio_map - establish a HUB PIO mapping
2323
*
24-
* @hub: hub to perform PIO mapping on
24+
* @nasid: nasid to perform PIO mapping on
2525
* @widget: widget ID to perform PIO mapping for
2626
* @xtalk_addr: xtalk_address that needs to be mapped
2727
* @size: size of the PIO mapping

0 commit comments

Comments
 (0)