Message ID | 20220704103548.7683-1-jiaming@nfschina.com |
---|---|
State | New |
Headers | show |
Series | scsi: lpfc: Remove unnecessary space in comments | expand |
diff --git a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lpfc/lpfc_hw.h index 7b8cf678abb5..c9f322ddefd0 100644 --- a/drivers/scsi/lpfc/lpfc_hw.h +++ b/drivers/scsi/lpfc/lpfc_hw.h @@ -4388,7 +4388,7 @@ struct lpfc_sli2_slim { * This function checks PCI device to allow special handling for LC HBAs. * * Parameters: - * device : struct pci_dev 's device field + * device : struct pci_dev's device field * * return 1 => TRUE * 0 => FALSE
Remove unnecessary space of pci_dev 's. Signed-off-by: Zhang Jiaming <jiaming@nfschina.com> --- drivers/scsi/lpfc/lpfc_hw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)