>>> "Eddie Wai" <[email protected]> schrieb am 11.11.2010 um 00:04 in
Nachricht <[email protected]>:
[...]
> diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h
> index d153607..72feb6c 100644
> --- a/drivers/scsi/bnx2i/bnx2i.h
> +++ b/drivers/scsi/bnx2i/bnx2i.h
> @@ -652,6 +652,7 @@ enum {
> EP_STATE_OFLD_FAILED = 0x8000000,
I'd add a leading zero in front of the '8' for cosmetical reasons.
Alternatively one could use a macro like this to define Bit masks:
#define BIT(n) (1U << (n))
> EP_STATE_CONNECT_FAILED = 0x10000000,
> EP_STATE_DISCONN_TIMEDOUT = 0x20000000,
> +EP_STATE_OFLD_FAILED_CID_BUSY = 0x80000000,
> };
[...]
Reagrds,
Ulrich
--
You received this message because you are subscribed to the Google Groups
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/open-iscsi?hl=en.