Commit 9991ca00 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Martin K. Petersen

scsi: bfa: Fix a typo in two places

s/defintions/definitions/  ....two different places.

Link: https://lore.kernel.org/r/20210322205821.1449844-1-unixbhaskar@gmail.comAcked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 89bbf550
...@@ -1193,7 +1193,7 @@ enum { ...@@ -1193,7 +1193,7 @@ enum {
}; };
/* /*
* defintions for CT reason code * definitions for CT reason code
*/ */
enum { enum {
CT_RSN_INV_CMD = 0x01, CT_RSN_INV_CMD = 0x01,
...@@ -1240,7 +1240,7 @@ enum { ...@@ -1240,7 +1240,7 @@ enum {
}; };
/* /*
* defintions for the explanation code for all servers * definitions for the explanation code for all servers
*/ */
enum { enum {
CT_EXP_AUTH_EXCEPTION = 0xF1, CT_EXP_AUTH_EXCEPTION = 0xF1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment