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

scsi: bfa: Fix a typo in two places

parent 89bbf550
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,