scsi: mvumi: Update function description
authorVaibhav Gupta <vaibhavgupta40@gmail.com>
Mon, 2 Nov 2020 16:47:28 +0000 (22:17 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 26 Nov 2020 04:23:22 +0000 (23:23 -0500)
There is no "device" parameter in mvumi_shutdown(). Instead there is "pdev"
which is not described.

Link: https://lore.kernel.org/r/20201102164730.324035-28-vaibhavgupta40@gmail.com
Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/mvumi.c

index aa31ff7d8630ff0d45a9961218848d1e69e9d51d..71b6a1f834cd70e6e8c6d283e2654c7b50834e38 100644 (file)
@@ -2558,7 +2558,7 @@ static void mvumi_detach_one(struct pci_dev *pdev)
 
 /**
  * mvumi_shutdown -    Shutdown entry point
- * @device:            Generic device structure
+ * @pdev:              PCI device structure
  */
 static void mvumi_shutdown(struct pci_dev *pdev)
 {