Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: remove excess kernel-doc notation

Fix pci/rom.c kernel-doc function notation:

Warning(drivers/pci/rom.c:110): Excess function parameter or struct member 'return' description in 'pci_map_rom'
Warning(drivers/pci/rom.c:177): Excess function parameter or struct member 'return' description in 'pci_map_rom_copy'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

authored by

Randy Dunlap and committed by
Jesse Barnes
f5dafca5 a7b930cd

+4 -2
+4 -2
drivers/pci/rom.c
··· 100 100 * pci_map_rom - map a PCI ROM to kernel space 101 101 * @pdev: pointer to pci device struct 102 102 * @size: pointer to receive size of pci window over ROM 103 - * @return: kernel virtual pointer to image of ROM 103 + * 104 + * Return: kernel virtual pointer to image of ROM 104 105 * 105 106 * Map a PCI ROM into kernel space. If ROM is boot video ROM, 106 107 * the shadow BIOS copy will be returned instead of the ··· 168 167 * pci_map_rom_copy - map a PCI ROM to kernel space, create a copy 169 168 * @pdev: pointer to pci device struct 170 169 * @size: pointer to receive size of pci window over ROM 171 - * @return: kernel virtual pointer to image of ROM 170 + * 171 + * Return: kernel virtual pointer to image of ROM 172 172 * 173 173 * Map a PCI ROM into kernel space. If ROM is boot video ROM, 174 174 * the shadow BIOS copy will be returned instead of the