]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c
unified "iSCSI" in all comments
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiConfig.c
index 5b6c3bcee36930cbc73a8169e818ece14058a29a..feb1118edd4196ed759cf6140386e6fb355f0edc 100644 (file)
@@ -1,5 +1,5 @@
 /** @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
@@ -226,13 +226,13 @@ IScsiGetConfigFormEntryByIndex (
 /**\r
   Convert the iSCSI configuration data into the IFR data.\r
 \r
-  @param[in]  ConfigFormEntry The iSCSI configuration form entry.\r
-  @param[in]  IfrNvData       The IFR nv data.\r
+  @param[in]   ConfigFormEntry The iSCSI configuration form entry.\r
+  @param[out]  IfrNvData       The IFR nv data.\r
 **/\r
 VOID\r
 IScsiConvertDeviceConfigDataToIfrNvData (\r
-  IN ISCSI_CONFIG_FORM_ENTRY  *ConfigFormEntry,\r
-  IN ISCSI_CONFIG_IFR_NVDATA  *IfrNvData\r
+  IN ISCSI_CONFIG_FORM_ENTRY      *ConfigFormEntry,\r
+  OUT ISCSI_CONFIG_IFR_NVDATA     *IfrNvData\r
   )\r
 {\r
   ISCSI_SESSION_CONFIG_NVDATA   *SessionConfigData;\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
-  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