Fix coding style issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7957 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
niry
2009-03-26 02:40:48 +00:00
parent 40b499c613
commit a78d176c14
6 changed files with 31 additions and 30 deletions

View File

@@ -50,15 +50,15 @@ struct _ISCSI_SESSION {
UINTN InitiatorNameLength;
UINT8 State;
UINT8 ISID[6];
UINT16 TSIH;
UINT8 Isid[6];
UINT16 Tsih;
UINT32 CmdSN;
UINT32 ExpCmdSN;
UINT32 MaxCmdSN;
UINT32 InitiatorTaskTag;
UINT16 NextCID;
UINT16 NextCid;
LIST_ENTRY Conns;
UINT32 NumConns;
@@ -103,7 +103,7 @@ struct _ISCSI_CONNECTION {
BOOLEAN TransitInitiated;
UINT16 CID;
UINT16 Cid;
UINT32 ExpStatSN;
//