mirror of https://gitee.com/openkylin/linux.git
PCI/AER: Fix aer_probe() kernel-doc comment
0516c8bcd2
("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: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
66b8080991
commit
6b20f72854
|
@ -294,7 +294,6 @@ static void aer_remove(struct pcie_device *dev)
|
|||
/**
|
||||
* aer_probe - initialize resources
|
||||
* @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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue