mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 17:50:54 +07:00
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>
This commit is contained in:
parent
0b49ec37a2
commit
4cc59c721c
@ -55,6 +55,7 @@ void pci_disable_rom(struct pci_dev *pdev)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* pci_get_rom_size - obtain the actual size of the ROM image
|
* pci_get_rom_size - obtain the actual size of the ROM image
|
||||||
|
* @pdev: target PCI device
|
||||||
* @rom: kernel virtual pointer to image of ROM
|
* @rom: kernel virtual pointer to image of ROM
|
||||||
* @size: size of PCI window
|
* @size: size of PCI window
|
||||||
* return: size of actual ROM image
|
* return: size of actual ROM image
|
||||||
|
Loading…
Reference in New Issue
Block a user