]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/ComponentName.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / ComponentName.h
index 23edaeae5e66161e6ed03dfaf513df4531bc1c2b..ee371d26744cbc268eb1b540ec4892d9a616408b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The header file of UEFI Component Name(2) protocol.\r
 \r
-Copyright (c) 2004 - 2007, 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
@@ -34,7 +34,7 @@ extern EFI_COMPONENT_NAME_PROTOCOL        gIScsiComponentName;
   returned in DriverName, and EFI_SUCCESS is returned. If the driver specified\r
   by This does not support the language specified by Language,\r
   then EFI_UNSUPPORTED is returned.\r
-  \r
+\r
   @param[in]  This        A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\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
@@ -89,8 +89,8 @@ IScsiComponentNameGetDriverName (
 \r
   @retval EFI_SUCCESS           The Unicode string for the user readable name in the\r
                                 language specified by Language for the driver\r
-                                specified by This was returned in DriverName.                                \r
-  @retval EFI_INVALID_PARAMETER ControllerHandle is not a valid EFI_HANDLE.\r
+                                specified by This was returned in DriverName.\r
+  @retval EFI_INVALID_PARAMETER ControllerHandle is NULL.\r
   @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.\r
   @retval EFI_INVALID_PARAMETER Language is NULL.\r
   @retval EFI_INVALID_PARAMETER ControllerName is NULL.\r
@@ -109,7 +109,7 @@ IScsiComponentNameGetControllerName (
   IN  CHAR8                         *Language,\r
   OUT CHAR16                        **ControllerName\r
   );\r
-  \r
+\r
 //\r
 // EFI iSCSI Initiator Name Protocol for IScsi driver.\r
 //\r