projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
379ad77
)
scsi: smartpqi: Fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:08 +0000
(13:11 +0200)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/drivers/scsi/smartpqi/smartpqi.h
b/drivers/scsi/smartpqi/smartpqi.h
index c4c48272d8adab9fc53d0d29321ba6989ee022ac..2e40320129c08b15d08c44d0560005c4258fdb42 100644
(file)
--- a/
drivers/scsi/smartpqi/smartpqi.h
+++ b/
drivers/scsi/smartpqi/smartpqi.h
@@
-1082,7
+1082,7
@@
struct pqi_stream_data {
};
struct pqi_scsi_dev {
- int devtype; /* as reported by INQUIRY comm
m
and */
+ int devtype; /* as reported by INQUIRY command */
u8 device_type; /* as reported by */
/* BMIC_IDENTIFY_PHYSICAL_DEVICE */
/* only valid for devtype = TYPE_DISK */