diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-02-09 09:31:20 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-02-13 12:01:56 -0800 |
commit | 4cc59c721cba27a4644e29103afac0f91af8da3c (patch) | |
tree | 90f04da884d3e14f9317a1a80711b2bc5d39a3b1 /drivers/pci/rom.c | |
parent | 0b49ec37a20bc7eb7178105aadaa8d1ecba825f8 (diff) | |
download | linux-4cc59c721cba27a4644e29103afac0f91af8da3c.tar.gz linux-4cc59c721cba27a4644e29103afac0f91af8da3c.tar.bz2 linux-4cc59c721cba27a4644e29103afac0f91af8da3c.zip |
PCI: fix rom.c kernel-doc warning
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>
Diffstat (limited to 'drivers/pci/rom.c')
-rw-r--r-- | drivers/pci/rom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/rom.c b/drivers/pci/rom.c index 29cbe47f219f..36864a935d68 100644 --- a/drivers/pci/rom.c +++ b/drivers/pci/rom.c @@ -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 |