]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ComponentName2.h
sync comments on data structure to follow latest UEFI spec.
[mirror_edk2.git] / MdePkg / Include / Protocol / ComponentName2.h
index 08efec6b8dce897ab48f48218e9b527a6ef8f169..1d8d438d1886d244a654fe6675e5cecaa0203a7a 100644 (file)
@@ -27,7 +27,7 @@ typedef struct _EFI_COMPONENT_NAME2_PROTOCOL  EFI_COMPONENT_NAME2_PROTOCOL;
 \r
 \r
 /**\r
-  Retrieves a Unicode string that is the user readable name of\r
+  Retrieves a string that is the user readable name of\r
   the EFI Driver.\r
 \r
   @param  This       A pointer to the\r
@@ -43,12 +43,12 @@ typedef struct _EFI_COMPONENT_NAME2_PROTOCOL  EFI_COMPONENT_NAME2_PROTOCOL;
                      is specified in RFC 4646 language code\r
                      format.\r
   \r
-  @param  DriverName A pointer to the Unicode string to return.\r
-                     This Unicode string is the name of the\r
+  @param  DriverName A pointer to the string to return.\r
+                     This string is the name of the\r
                      driver specified by This in the language\r
                      specified by Language.\r
 \r
-  @retval EFI_SUCCESS           The Unicode string for the\r
+  @retval EFI_SUCCESS           The string for the\r
                                 Driver specified by This and the\r
                                 language specified by Language\r
                                 was returned in DriverName.\r
@@ -72,7 +72,7 @@ EFI_STATUS
 \r
 \r
 /**\r
-  Retrieves a Unicode string that is the user readable name of\r
+  Retrieves a string that is the user readable name of\r
   the controller that is being managed by an EFI Driver.\r
 \r
   @param  This             A pointer to the\r
@@ -83,7 +83,7 @@ EFI_STATUS
                            This handle specifies the controller\r
                            whose name is to be returned.\r
 \r
-  @param ChildHandle      The handle of the child controller to\r
+  @param  ChildHandle      The handle of the child controller to\r
                            retrieve the name of.  This is an\r
                            optional parameter that may be NULL.\r
                            It will be NULL for device drivers.\r
@@ -106,15 +106,14 @@ EFI_STATUS
                            specified in RFC 4646 language code\r
                            format.\r
 \r
-  @param  ControllerName   A pointer to the Unicode string to\r
-                           return.  This Unicode string is the\r
-                           name of the controller specified by\r
-                           ControllerHandle and ChildHandle in\r
-                           the language specified by Language\r
+  @param  ControllerName   A pointer to the string to return.\r
+                           This string is the name of the controller\r
+                           specified by ControllerHandle and ChildHandle\r
+                           in the language specified by Language\r
                            from the point of view of the driver\r
                            specified by This.\r
 \r
-  @retval EFI_SUCCESS           The Unicode string for the user\r
+  @retval EFI_SUCCESS           The string for the user\r
                                 readable name in the language\r
                                 specified by Language for the\r
                                 driver specified by This was\r