mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 14:24:25 +08:00
stmmac: intel: fix wrong kernel-doc
Kernel-doc for intel_eth_pci_remove is incorrect, pdev datatype is struct pci_dev. Changed it to the 'pci device pointer'. Signed-off-by: Wong Vee Khee <vee.khee.wong@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fb9349c416
commit
3c3ea630e8
@ -1087,7 +1087,7 @@ err_alloc_irq:
|
||||
/**
|
||||
* intel_eth_pci_remove
|
||||
*
|
||||
* @pdev: platform device pointer
|
||||
* @pdev: pci device pointer
|
||||
* Description: this function calls the main to free the net resources
|
||||
* and releases the PCI resources.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user