]> git.proxmox.com Git - mirror_edk2.git/commitdiff
unified "iSCSI" in all comments
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 13 Jan 2009 08:44:22 +0000 (08:44 +0000)
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 13 Jan 2009 08:44:22 +0000 (08:44 +0000)
add . at the end of lines
fix 2 file header issues and so on

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7256 6f19259b-4bc3-4df7-8a09-765794883524

18 files changed:
MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiCHAP.c
MdeModulePkg/Universal/Network/IScsiDxe/IScsiCommon.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c
MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigNVDataStruc.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.c
MdeModulePkg/Universal/Network/IScsiDxe/IScsiDriver.c
MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c
MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiInitiatorName.c
MdeModulePkg/Universal/Network/IScsiDxe/IScsiInitiatorName.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.c
MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c
MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.h
MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h

index ee233781306c6d565f5d7fb427cd4f4463b559e8..aa54ad3b3032b34c54627f793319b20b2e905110 100644 (file)
@@ -22,7 +22,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL       gIScsiComponentName2;
 extern EFI_COMPONENT_NAME_PROTOCOL        gIScsiComponentName;\r
 \r
 //\r
 extern EFI_COMPONENT_NAME_PROTOCOL        gIScsiComponentName;\r
 \r
 //\r
-// EFI Component Name Protocol for IScsi driver.\r
+// EFI Component Name Protocol for iSCSI driver.\r
 //\r
 \r
 /**\r
 //\r
 \r
 /**\r
@@ -36,7 +36,7 @@ extern EFI_COMPONENT_NAME_PROTOCOL        gIScsiComponentName;
   then EFI_UNSUPPORTED is returned.\r
   \r
   @param[in]  This        A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   then EFI_UNSUPPORTED is returned.\r
   \r
   @param[in]  This        A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
-  @param[in]  Language    A pointer to a three character ISO 639-2 language identifier.\r
+  @param[in]  Language    A pointer to a three characters ISO 639-2 language identifier.\r
                           This is the language of the driver name that that the caller\r
                           is requesting, and it must match one of the languages specified\r
                           in SupportedLanguages.  The number of languages supported by a\r
                           This is the language of the driver name that that the caller\r
                           is requesting, and it must match one of the languages specified\r
                           in SupportedLanguages.  The number of languages supported by a\r
@@ -63,7 +63,7 @@ IScsiComponentNameGetDriverName (
 \r
 /**\r
   Retrieves a Unicode string that is the user readable name of the controller\r
 \r
 /**\r
   Retrieves a Unicode string that is the user readable name of the controller\r
-  that is being managed by an EFI Driver.Currently not implemented.\r
+  that is being managed by an EFI Driver. Currently not implemented.\r
 \r
   @param[in]  This             A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   @param[in]  ControllerHandle The handle of a controller that the driver specified by\r
 \r
   @param[in]  This             A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   @param[in]  ControllerHandle The handle of a controller that the driver specified by\r
@@ -75,7 +75,7 @@ IScsiComponentNameGetDriverName (
                                for a bus drivers that wish to retrieve the name of the\r
                                bus controller.  It will not be NULL for a bus driver\r
                                that wishes to retrieve the name of a child controller.\r
                                for a bus drivers that wish to retrieve the name of the\r
                                bus controller.  It will not be NULL for a bus driver\r
                                that wishes to retrieve the name of a child controller.\r
-  @param[in]  Language         A pointer to a three character ISO 639-2 language\r
+  @param[in]  Language         A pointer to a three characters ISO 639-2 language\r
                                identifier.  This is the language of the controller name\r
                                that that the caller is requesting, and it must match one\r
                                of the languages specified in SupportedLanguages.  The\r
                                identifier.  This is the language of the controller name\r
                                that that the caller is requesting, and it must match one\r
                                of the languages specified in SupportedLanguages.  The\r
@@ -111,7 +111,7 @@ IScsiComponentNameGetControllerName (
   );\r
   \r
 //\r
   );\r
   \r
 //\r
-// EFI IScsi Initiator Name Protocol for IScsi driver.\r
+// EFI iSCSI Initiator Name Protocol for IScsi driver.\r
 //\r
 \r
 /**\r
 //\r
 \r
 /**\r
index 6ee32f486118d6df54fd470315a4d6b741ac7063..b0e09d800200e812c32186782ec7c266e47f1f23 100644 (file)
@@ -20,11 +20,11 @@ EFI_GUID  mIScsiCHAPAuthInfoGuid = ISCSI_CHAP_AUTH_INFO_GUID;
 /**\r
   Initator caculates its own expected hash value. \r
   \r
 /**\r
   Initator caculates its own expected hash value. \r
   \r
-  @param[in]   ChapIdentifier     ISCSI CHAP identifier sent by authenticator.  \r
-  @param[in]   ChapSecret         ISCSI CHAP secret of the authenticator.   \r
-  @param[in]   SecretLength       The length of ISCSI CHAP secret.\r
+  @param[in]   ChapIdentifier     iSCSI CHAP identifier sent by authenticator.  \r
+  @param[in]   ChapSecret         iSCSI CHAP secret of the authenticator.   \r
+  @param[in]   SecretLength       The length of iSCSI CHAP secret.\r
   @param[in]   ChapChallenge      The challenge message sent by authenticator.  \r
   @param[in]   ChapChallenge      The challenge message sent by authenticator.  \r
-  @param[in]   ChallengeLength    The length of ISCSI CHAP challenge message.\r
+  @param[in]   ChallengeLength    The length of iSCSI CHAP challenge message.\r
   @param[out]  ChapResponse       The calculation of the expected hash value.\r
   \r
   @retval EFI_SUCCESS             The expected hash value was caculatedly successfully.\r
   @param[out]  ChapResponse       The calculation of the expected hash value.\r
   \r
   @retval EFI_SUCCESS             The expected hash value was caculatedly successfully.\r
@@ -77,7 +77,7 @@ IScsiCHAPCalculateResponse (
   The initator checks the CHAP response replied by target against its own\r
   calculation of the expected hash value. \r
   \r
   The initator checks the CHAP response replied by target against its own\r
   calculation of the expected hash value. \r
   \r
-  @param[in]   AuthData             ISCSI CHAP authentication data. \r
+  @param[in]   AuthData             iSCSI CHAP authentication data. \r
   @param[in]   TargetResponse       The response from target.    \r
 \r
   @retval EFI_SUCCESS               The response from target passed authentication.\r
   @param[in]   TargetResponse       The response from target.    \r
 \r
   @retval EFI_SUCCESS               The response from target passed authentication.\r
index a295bbc32ab7433c1e7f8975e4c7b87a916c1203..1a71cc68b70bf465fd9c60467980150fe00183f2 100644 (file)
@@ -8,6 +8,7 @@ which accompanies this distribution.  The full text of the license may be found
 http://opensource.org/licenses/bsd-license.php\r
 \r
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 http://opensource.org/licenses/bsd-license.php\r
 \r
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
 \r
 **/\r
 \r
index 6d143ffa0a6179ed99bbee054e42eab56d6db789..feb1118edd4196ed759cf6140386e6fb355f0edc 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Helper functions for configuring or getting the parameters relating to ISCSI.\r
+  Helper functions for configuring or getting the parameters relating to iSCSI.\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
@@ -398,7 +398,7 @@ IScsiFormExtractConfig (
   driver followed by name / value configuration pairs. The driver\r
   must apply those pairs to its configurable storage. If the\r
   driver's configuration is stored in a linear block of data\r
   driver followed by name / value configuration pairs. The driver\r
   must apply those pairs to its configurable storage. If the\r
   driver's configuration is stored in a linear block of data\r
-  and the driver????s name / value pairs are in <BlockConfig>\r
+  and the driver's name / value pairs are in <BlockConfig>\r
   format, it may use the ConfigToBlock helper function (above) to\r
   simplify the job. Currently not implemented.\r
 \r
   format, it may use the ConfigToBlock helper function (above) to\r
   simplify the job. Currently not implemented.\r
 \r
index 8b2951216e6528566be2dd4a3c34b495e4ee4a66..f6d41b87a5d8ee6c5252b57a7f49cd02b0170865 100644 (file)
@@ -51,10 +51,10 @@ extern UINT8  IScsiDxeStrings[];
   If ISCSI_FORM_CALLBACK_INFO_SIGNATURE does not contain a field called Signature, \r
   then the module will not compile.\r
 \r
   If ISCSI_FORM_CALLBACK_INFO_SIGNATURE does not contain a field called Signature, \r
   then the module will not compile.\r
 \r
-  @param  Callback       Pointer to the specified field within the data \r
+  @param   Callback      Pointer to the specified field within the data \r
                          structure ISCSI_FORM_CALLBACK_INFO.\r
                          structure ISCSI_FORM_CALLBACK_INFO.\r
-  @return                a pointer to the pointer to a data structure ISCSI_FORM_CALLBACK_INFO.\r
-  @return  Others        Some unexpected error happened.\r
+  @return  A pointer to the pointer to a data structure ISCSI_FORM_CALLBACK_INFO.\r
+  @retval  Others        Some unexpected error happened.\r
 **/\r
 \r
 #define ISCSI_FORM_CALLBACK_INFO_FROM_FORM_CALLBACK(Callback) \\r
 **/\r
 \r
 #define ISCSI_FORM_CALLBACK_INFO_FROM_FORM_CALLBACK(Callback) \\r
index 1de7db75ad6e72ea9114bb0cb3fedf6a697faabf..10f1c4ed758db55d102ae6f54b49a3a8527eb255 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Vfr file for IScsi config.\r
+  Vfr file for iSCSI config.\r
   \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
   \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
index 516b45913e3d3367492242bcc9293222bf9fb385..eb9e7dc3c24066aa636fe1173458f13155f472aa 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Define NVData structures used by the iSCSI configuration component\r
 \r
 /** @file\r
   Define NVData structures used by the iSCSI configuration component\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation\r
+Copyright (c) 2004 - 2007, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -10,14 +10,6 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  IScsiConfigNVDataStruc.h\r
\r
-Abstract:\r
\r
-  NVData structure used by the iSCSI configuration component.\r
-\r
 **/\r
 \r
 #ifndef _ISCSI_NVDATASTRUC_H_\r
 **/\r
 \r
 #ifndef _ISCSI_NVDATASTRUC_H_\r
index 1a0dbbe10cc0e8bb502b79031e80a831cd44c374..707af552be9fb816105070a464014cd92da5d95b 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  ISci DHCP related configuration routines.\r
+  iSCSI DHCP related configuration routines.\r
 \r
 Copyright (c) 2004 - 2007, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
 \r
 Copyright (c) 2004 - 2007, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
index 7e7512f041d4fd947ff632d02344e6d9a179e988..1d4aaed05230565cdbfb84c2e98677f218b99892 100644 (file)
@@ -102,11 +102,12 @@ IScsiDriverBindingSupported (
 }\r
 \r
 /**\r
 }\r
 \r
 /**\r
-  Start this driver on ControllerHandle. The Start() function is designed to be \r
-  invoked from the EFI boot service ConnectController(). As a result, much of \r
-  the error checking on the parameters to Start() has been moved into this \r
-  common boot service. It is legal to call Start() from other locations, \r
-  but the following calling restrictions must be followed or the system behavior will not be deterministic.\r
+  Start this driver on ControllerHandle. \r
+  \r
+  The Start() function is designed to be invoked from the EFI boot service ConnectController(). \r
+  As a result, much of the error checking on the parameters to Start() has been moved into this \r
+  common boot service. It is legal to call Start() from other locations, but the following calling \r
+  restrictions must be followed or the system behavior will not be deterministic.\r
   1. ControllerHandle must be a valid EFI_HANDLE.\r
   2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned\r
      EFI_DEVICE_PATH_PROTOCOL.\r
   1. ControllerHandle must be a valid EFI_HANDLE.\r
   2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned\r
      EFI_DEVICE_PATH_PROTOCOL.\r
index ac978a2a40446fcca3f7fd26c5e047ad844aa45f..0f92fad1a8c916c25f5fd0ae6888643d46291776 100644 (file)
@@ -436,7 +436,7 @@ IScsiFillNICAndTargetSections (
 **/\r
 VOID\r
 IScsiPublishIbft (\r
 **/\r
 VOID\r
 IScsiPublishIbft (\r
-  VOID  \r
+  VOID\r
   )\r
 {\r
   EFI_STATUS                                Status;\r
   )\r
 {\r
   EFI_STATUS                                Status;\r
index e2fec0b2555673220a5149e1287201a95878222a..a21990e3a21ba74a714a2d2c450668786522d281 100644 (file)
@@ -31,7 +31,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 VOID\r
 IScsiPublishIbft (\r
 **/\r
 VOID\r
 IScsiPublishIbft (\r
-  VOID  \r
+  VOID\r
   );\r
 \r
 #endif\r
   );\r
 \r
 #endif\r
index 2084fe1779e5cec4a2c031609a937fd469d0f8a8..718f04d4181da01e9ac8a764be4890fe55660565 100644 (file)
@@ -28,7 +28,7 @@ EFI_ISCSI_INITIATOR_NAME_PROTOCOL gIScsiInitiatorName = {
   @param[out]      Buffer     Pointer to the buffer for data to be read.\r
 \r
   @retval EFI_SUCCESS           Data was successfully retrieved into the provided buffer and the\r
   @param[out]      Buffer     Pointer to the buffer for data to be read.\r
 \r
   @retval EFI_SUCCESS           Data was successfully retrieved into the provided buffer and the\r
-                                BufferSize was sufficient to handle the iSCSI initiator name\r
+                                BufferSize was sufficient to handle the iSCSI initiator name.\r
   @retval EFI_BUFFER_TOO_SMALL  BufferSize is too small for the result.\r
   @retval EFI_INVALID_PARAMETER BufferSize or Buffer is NULL.\r
   @retval EFI_DEVICE_ERROR      The iSCSI initiator name could not be retrieved due to a hardware error.\r
   @retval EFI_BUFFER_TOO_SMALL  BufferSize is too small for the result.\r
   @retval EFI_INVALID_PARAMETER BufferSize or Buffer is NULL.\r
   @retval EFI_DEVICE_ERROR      The iSCSI initiator name could not be retrieved due to a hardware error.\r
@@ -73,7 +73,7 @@ IScsiGetInitiatorName (
   @retval EFI_DEVICE_ERROR      The data could not be stored due to a hardware error.\r
   @retval EFI_OUT_OF_RESOURCES  Not enough storage is available to hold the data.\r
   @retval EFI_PROTOCOL_ERROR    Input iSCSI initiator name does not adhere to RFC 3720\r
   @retval EFI_DEVICE_ERROR      The data could not be stored due to a hardware error.\r
   @retval EFI_OUT_OF_RESOURCES  Not enough storage is available to hold the data.\r
   @retval EFI_PROTOCOL_ERROR    Input iSCSI initiator name does not adhere to RFC 3720\r
-                                (and other related protocols)\r
+                                (and other related protocols).\r
   @retval Others                Other errors as indicated.\r
 **/\r
 EFI_STATUS\r
   @retval Others                Other errors as indicated.\r
 **/\r
 EFI_STATUS\r
index 5bb2c39d0ee34e4a207495198478174ce716f4bc..eccbabd2943e3c02ecfe31ff9982ec6e70581733 100644 (file)
@@ -20,7 +20,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 extern EFI_ISCSI_INITIATOR_NAME_PROTOCOL  gIScsiInitiatorName;\r
 \r
 //\r
 extern EFI_ISCSI_INITIATOR_NAME_PROTOCOL  gIScsiInitiatorName;\r
 \r
 //\r
-// EFI IScsi Initiator Name Protocol for IScsi driver.\r
+// EFI iSCSI Initiator Name Protocol for IScsi driver.\r
 //\r
 \r
 /**\r
 //\r
 \r
 /**\r
@@ -32,7 +32,7 @@ extern EFI_ISCSI_INITIATOR_NAME_PROTOCOL  gIScsiInitiatorName;
   @param[out]      Buffer     Pointer to the buffer for data to be read.\r
 \r
   @retval EFI_SUCCESS           Data was successfully retrieved into the provided buffer and the\r
   @param[out]      Buffer     Pointer to the buffer for data to be read.\r
 \r
   @retval EFI_SUCCESS           Data was successfully retrieved into the provided buffer and the\r
-                                BufferSize was sufficient to handle the iSCSI initiator name\r
+                                BufferSize was sufficient to handle the iSCSI initiator name.\r
   @retval EFI_BUFFER_TOO_SMALL  BufferSize is too small for the result.\r
   @retval EFI_INVALID_PARAMETER BufferSize or Buffer is NULL.\r
   @retval EFI_DEVICE_ERROR      The iSCSI initiator name could not be retrieved due to a hardware error.\r
   @retval EFI_BUFFER_TOO_SMALL  BufferSize is too small for the result.\r
   @retval EFI_INVALID_PARAMETER BufferSize or Buffer is NULL.\r
   @retval EFI_DEVICE_ERROR      The iSCSI initiator name could not be retrieved due to a hardware error.\r
@@ -60,7 +60,7 @@ IScsiGetInitiatorName (
   @retval EFI_DEVICE_ERROR      The data could not be stored due to a hardware error.\r
   @retval EFI_OUT_OF_RESOURCES  Not enough storage is available to hold the data.\r
   @retval EFI_PROTOCOL_ERROR    Input iSCSI initiator name does not adhere to RFC 3720\r
   @retval EFI_DEVICE_ERROR      The data could not be stored due to a hardware error.\r
   @retval EFI_OUT_OF_RESOURCES  Not enough storage is available to hold the data.\r
   @retval EFI_PROTOCOL_ERROR    Input iSCSI initiator name does not adhere to RFC 3720\r
-                                (and other related protocols)\r
+                                (and other related protocols).\r
   @retval Others                Other errors as indicated.\r
 **/\r
 EFI_STATUS\r
   @retval Others                Other errors as indicated.\r
 **/\r
 EFI_STATUS\r
index dc9c7a7af17324a9aaba368737eb185cf642700e..a9e255f616a48ff2e40e7b8f78309e32e0719743 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Miscellaneous routines for IScsi driver.\r
+  Miscellaneous routines for iSCSI driver.\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
index 33b7b58acfba85f06763555924f10117799f44a0..27e87942bef987aedb98b86aca681b58fef4a5b1 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Miscellaneous definitions for IScsi driver.\r
+  Miscellaneous definitions for iSCSI driver.\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
index adf8d9a3c169fc9182f0e7adbe804543e41dd66a..8d294ddb12a9eb051b631a5297083a7afdb0bc36 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  The implementation of IScsi protocol based on RFC3720.\r
+  The implementation of iSCSI protocol based on RFC3720.\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
index acbfd371449ffddbb14549d9419dd5a90ac07551..e6a6588d84065581f1da1f2946c2adaa414598b3 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  The header file of IScsi Protocol that defines many specific data structures.\r
+  The header file of iSCSI Protocol that defines many specific data structures.\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
index 42f62f5d4adebe4433573dd1d3ac866c0fe454cf..538e6b7ce353ef73b82bf29a4b07ce61e0d73348 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  IScsi Tcp4 IO related definitions.\r
+  iSCSI Tcp4 IO related definitions.\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
 \r
 Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r