]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiInitiatorName.c
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiInitiatorName.c
index c6b1bf3586348f02d67f508bbfad8547206309d2..5867935fa49a950350137b0985f1d92c858efcfb 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Implementation for EFI iSCSI Initiator Name Protocol.\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2004 - 2008, 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
 http://opensource.org/licenses/bsd-license.php\r
@@ -28,11 +28,11 @@ 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
-                                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 Others                Some unexpected error happened.\r
+  @retval Others                Other errors as indicated.\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -73,8 +73,8 @@ 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
-                                (and other related protocols)\r
-  @retval Others                Some unexpected error happened.\r
+                                (and other related protocols).\r
+  @retval Others                Other errors as indicated.\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r