Message ID | 20190809150214.24454-1-christophe.jaillet@wanadoo.fr (mailing list archive) |
---|---|
State | Mainlined |
Commit | 18daf910ed6ff408767b8d35aaa2f9f11119cd6d |
Headers | show |
Series | scsi: pmcraid: Fix a typo - pcmraid --> pmcraid | expand |
Christophe,
> This should be 'pmcraid', not 'pcmraid'
Applied to 5.4/scsi-queue. Thanks!
diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index ca22526aff7f..a052e2450efb 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c @@ -5841,7 +5841,7 @@ static int pmcraid_probe(struct pci_dev *pdev, } /* - * PCI driver structure of pcmraid driver + * PCI driver structure of pmcraid driver */ static struct pci_driver pmcraid_driver = { .name = PMCRAID_DRIVER_NAME,
This should be 'pmcraid', not 'pcmraid' Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> --- drivers/scsi/pmcraid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)