Commit 53fdec73 authored by Vaibhav Gupta's avatar Vaibhav Gupta Committed by Martin K. Petersen
Browse files

scsi: mvumi: Update function description

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: default avatarVaibhav Gupta <vaibhavgupta40@gmail.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 0572edbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{