mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
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:
parent
89bbf550ea
commit
9991ca001b
@ -1193,7 +1193,7 @@ enum {
|
||||
};
|
||||
|
||||
/*
|
||||
* defintions for CT reason code
|
||||
* definitions for CT reason code
|
||||
*/
|
||||
enum {
|
||||
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 {
|
||||
CT_EXP_AUTH_EXCEPTION = 0xF1,
|
||||
|
Loading…
Reference in New Issue
Block a user