projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89bbf55
)
scsi: bfa: Fix a typo in two places
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Mon, 22 Mar 2021 20:58:21 +0000
(
02:28
+0530)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Thu, 25 Mar 2021 03:06:27 +0000
(23:06 -0400)
s/defintions/definitions/ ....two different places.
Link:
https://lore.kernel.org/r/20210322205821.1449844-1-unixbhaskar@gmail.com
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bfa/bfa_fc.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/bfa/bfa_fc.h
b/drivers/scsi/bfa/bfa_fc.h
index d536270bbe9f70e44b9793a9e75979e66a4a289c..0314e4b9e1fbb08ee9fd5330706790524d6769d3 100644
(file)
--- a/
drivers/scsi/bfa/bfa_fc.h
+++ b/
drivers/scsi/bfa/bfa_fc.h
@@
-1193,7
+1193,7
@@
enum {
};
/*
- * defintions for CT reason code
+ * defin
i
tions for CT reason code
*/
enum {
CT_RSN_INV_CMD = 0x01,
@@
-1240,7
+1240,7
@@
enum {
};
/*
- * defintions for the explanation code for all servers
+ * defin
i
tions for the explanation code for all servers
*/
enum {
CT_EXP_AUTH_EXCEPTION = 0xF1,