mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 6/7] PCI: remove excess kernel-doc notation
@ 2008-10-30  5:35 Randy Dunlap
  2008-11-03 22:33 ` Jesse Barnes
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-10-30  5:35 UTC (permalink / raw)
  To: lkml; +Cc: linux-pci, akpm, jbarnes

From: Randy Dunlap <randy.dunlap@oracle.com>

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>
---
 drivers/pci/rom.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--- lin2628-rc2.orig/drivers/pci/rom.c
+++ lin2628-rc2/drivers/pci/rom.c
@@ -100,7 +100,8 @@ size_t pci_get_rom_size(void __iomem *ro
  * pci_map_rom - map a PCI ROM to kernel space
  * @pdev: pointer to pci device struct
  * @size: pointer to receive size of pci window over ROM
- * @return: kernel virtual pointer to image of ROM
+ *
+ * Return: kernel virtual pointer to image of ROM
  *
  * Map a PCI ROM into kernel space. If ROM is boot video ROM,
  * the shadow BIOS copy will be returned instead of the
@@ -167,7 +168,8 @@ void __iomem *pci_map_rom(struct pci_dev
  * pci_map_rom_copy - map a PCI ROM to kernel space, create a copy
  * @pdev: pointer to pci device struct
  * @size: pointer to receive size of pci window over ROM
- * @return: kernel virtual pointer to image of ROM
+ *
+ * Return: kernel virtual pointer to image of ROM
  *
  * Map a PCI ROM into kernel space. If ROM is boot video ROM,
  * the shadow BIOS copy will be returned instead of the

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 6/7] PCI: remove excess kernel-doc notation
  2008-10-30  5:35 [PATCH 6/7] PCI: remove excess kernel-doc notation Randy Dunlap
@ 2008-11-03 22:33 ` Jesse Barnes
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Barnes @ 2008-11-03 22:33 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, linux-pci, akpm

On Wednesday, October 29, 2008 10:35 pm Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> 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'

Thanks Randy, applied.

Jesse

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-03 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-30  5:35 [PATCH 6/7] PCI: remove excess kernel-doc notation Randy Dunlap
2008-11-03 22:33 ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®