mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
Typo fixed
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@466 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -327,7 +327,7 @@ typedef struct _MPT_STM_PRIV
|
||||
|
||||
/* Target's flags */
|
||||
#define MPT_TGT_SHUTDOWN 0 /* The driver is being released */
|
||||
#define MPT_TGT_ENABLE_64BIT_ADDR 1 /* 64-bits PCI addressing anables */
|
||||
#define MPT_TGT_ENABLE_64BIT_ADDR 1 /* 64-bits PCI addressing enabled */
|
||||
|
||||
/* Session's flags */
|
||||
#define MPT_SESS_INITING 0 /* The session is being unregistered */
|
||||
|
||||
@@ -123,7 +123,7 @@ struct q2t_tgt
|
||||
int datasegs_per_cmd, datasegs_per_cont;
|
||||
/* Target's flags, serialized by ha->hardware_lock */
|
||||
unsigned int tgt_shutdown:1; /* The driver is being released */
|
||||
unsigned int tgt_enable_64bit_addr:1; /* 64-bits PCI addressing anables */
|
||||
unsigned int tgt_enable_64bit_addr:1; /* 64-bits PCI addressing enabled */
|
||||
wait_queue_head_t waitQ;
|
||||
int notify_ack_expected;
|
||||
volatile int modify_lun_expected;
|
||||
|
||||
Reference in New Issue
Block a user