Skip to content

Commit

Permalink
PCI: fix rom.c kernel-doc warning
Browse files Browse the repository at this point in the history
Fix PCI kernel-doc warning:

Warning(linux-2.6.29-rc4-git1/drivers/pci/rom.c:67): No description found for parameter 'pdev'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
Randy Dunlap authored and Jesse Barnes committed Feb 13, 2009
1 parent 0b49ec3 commit 4cc59c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pci/rom.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ void pci_disable_rom(struct pci_dev *pdev)

/**
* pci_get_rom_size - obtain the actual size of the ROM image
* @pdev: target PCI device
* @rom: kernel virtual pointer to image of ROM
* @size: size of PCI window
* return: size of actual ROM image
Expand Down

0 comments on commit 4cc59c7

Please sign in to comment.