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.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>
This commit is contained in:
Bhaskar Chowdhury 2021-03-23 02:28:21 +05:30 committed by Martin K. Petersen
parent 89bbf550ea
commit 9991ca001b

View file

@ -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 {
}; };
/* /*
* 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,