Browse Source

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

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>
Cao jin 9 năm trước cách đây
mục cha
commit
6b20f72854
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/pci/pcie/aer/aerdrv.c

+ 0 - 1
drivers/pci/pcie/aer/aerdrv.c

@@ -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.
  */