提交 3c3ea630 编写于 作者: W Wong Vee Khee 提交者: David S. Miller

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: NWong Vee Khee <vee.khee.wong@linux.intel.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 fb9349c4
...@@ -1087,7 +1087,7 @@ static int intel_eth_pci_probe(struct pci_dev *pdev, ...@@ -1087,7 +1087,7 @@ static int intel_eth_pci_probe(struct pci_dev *pdev,
/** /**
* intel_eth_pci_remove * intel_eth_pci_remove
* *
* @pdev: platform device pointer * @pdev: pci device pointer
* Description: this function calls the main to free the net resources * Description: this function calls the main to free the net resources
* and releases the PCI resources. * and releases the PCI resources.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册