Commit 6b20f728 authored by Cao jin's avatar Cao jin Committed by Bjorn Helgaas

PCI/AER: Fix aer_probe() kernel-doc comment

0516c8bc ("PCI: PCIe portdrv: Simplily probe callback of service
drivers") removed the "id" argument of aer_probe() but neglected to remove
the kernel-doc comment.  Update the comment.

[bhelgaas: changelog]
Signed-off-by: default avatarCao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 66b80809
...@@ -294,7 +294,6 @@ static void aer_remove(struct pcie_device *dev) ...@@ -294,7 +294,6 @@ static void aer_remove(struct pcie_device *dev)
/** /**
* aer_probe - initialize resources * aer_probe - initialize resources
* @dev: pointer to the pcie_dev data structure * @dev: pointer to the pcie_dev data structure
* @id: pointer to the service id data structure
* *
* Invoked when PCI Express bus loads AER service driver. * Invoked when PCI Express bus loads AER service driver.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment