OSDN Git Service

PCI/AER: Fix aer_probe() kernel-doc comment
authorCao jin <caoj.fnst@cn.fujitsu.com>
Fri, 30 Sep 2016 15:06:23 +0000 (10:06 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 30 Sep 2016 15:06:23 +0000 (10:06 -0500)
0516c8bcd252 ("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>
drivers/pci/pcie/aer/aerdrv.c

index e99efaa..b2992e6 100644 (file)
@@ -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.
  */