Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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.
 */
 */