]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiConfig.h
index ef881d88275bbdfaebca5ce5aa15dff6611d208a..c3d07f6f485918c843157bbfe400cc7a3de3a04b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The header file of IScsiConfig.c.\r
 \r
-Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
 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
@@ -35,23 +35,23 @@ extern UINT8  IScsi4DxeStrings[];
 \r
 \r
 /**\r
-  If the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is clear, \r
+  If the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is clear,\r
   then this macro return a pointer to a data structure ISCSI_FORM_CALLBACK_INFO.\r
 \r
-  If the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is set,  \r
-  The Signature field of the data structure ISCSI_FORM_CALLBACK_INFO \r
-  is compared to TestSignature.  If the signatures match, then a pointer \r
-  to the pointer to a data structure ISCSI_FORM_CALLBACK_INFO is returned.  \r
-  If the signatures do not match, then DebugAssert() is called with a description \r
-  of "CR has a bad signature" and Callback is returned.  \r
+  If the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is set,\r
+  The Signature field of the data structure ISCSI_FORM_CALLBACK_INFO\r
+  is compared to TestSignature.  If the signatures match, then a pointer\r
+  to the pointer to a data structure ISCSI_FORM_CALLBACK_INFO is returned.\r
+  If the signatures do not match, then DebugAssert() is called with a description\r
+  of "CR has a bad signature" and Callback is returned.\r
 \r
   If the data type ISCSI_FORM_CALLBACK_INFO_SIGNATURE does not contain the field\r
   specified by Callback, then the module will not compile.\r
 \r
-  If ISCSI_FORM_CALLBACK_INFO_SIGNATURE does not contain a field called Signature, \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
   @return  A pointer to the pointer to a data structure ISCSI_FORM_CALLBACK_INFO.\r
   @retval  Others        Some unexpected error happened.\r
@@ -154,7 +154,7 @@ IScsiConfigFormInit (
   free the resources used.\r
 \r
   @param[in]  DriverBindingHandle The iSCSI driverbinding handle.\r
-  \r
+\r
   @retval EFI_SUCCESS             The iSCSI configuration form is unloaded.\r
   @retval EFI_OUT_OF_RESOURCES    Failed to allocate memory.\r
 **/\r