scsi: smartpqi: Fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:08 +0000 (13:11 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 24 May 2022 03:24:10 +0000 (23:24 -0400)
Spelling mistake (triple letters) in comment.  Detected with the help of
Coccinelle.

Link: https://lore.kernel.org/r/20220521111145.81697-58-Julia.Lawall@inria.fr
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/smartpqi/smartpqi.h

index c4c48272d8adab9fc53d0d29321ba6989ee022ac..2e40320129c08b15d08c44d0560005c4258fdb42 100644 (file)
@@ -1082,7 +1082,7 @@ struct pqi_stream_data {
 };
 
 struct pqi_scsi_dev {
-       int     devtype;                /* as reported by INQUIRY commmand */
+       int     devtype;                /* as reported by INQUIRY command */
        u8      device_type;            /* as reported by */
                                        /* BMIC_IDENTIFY_PHYSICAL_DEVICE */
                                        /* only valid for devtype = TYPE_DISK */