Skip to content

Commit 8946ea2

Browse files
JuliaLawallmartinkpetersen
authored andcommitted
scsi: smartpqi: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 379ad77 commit 8946ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/smartpqi/smartpqi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ struct pqi_stream_data {
10821082
};
10831083

10841084
struct pqi_scsi_dev {
1085-
int devtype; /* as reported by INQUIRY commmand */
1085+
int devtype; /* as reported by INQUIRY command */
10861086
u8 device_type; /* as reported by */
10871087
/* BMIC_IDENTIFY_PHYSICAL_DEVICE */
10881088
/* only valid for devtype = TYPE_DISK */

0 commit comments

Comments
 (0)