From: Cao jin Date: Fri, 30 Sep 2016 15:06:23 +0000 (-0500) Subject: PCI/AER: Fix aer_probe() kernel-doc comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6b20f728549030056402d7f68ea670eea1eb8198;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/pcie/aer/aerdrv.c b/drivers/pci/pcie/aer/aerdrv.c index e99efaa723d5..b2992e60eeeb 100644 --- a/drivers/pci/pcie/aer/aerdrv.c +++ b/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. */