]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HiiConfigRouting.h
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / MdePkg / Include / Protocol / HiiConfigRouting.h
index 8e833bdede915011d2fb2d8c12a486fb8b5137c6..1530bb824c571538c803a1ec2b62de2ed211e7c9 100644 (file)
@@ -87,8 +87,9 @@ typedef struct _EFI_HII_CONFIG_ROUTING_PROTOCOL EFI_HII_CONFIG_ROUTING_PROTOCOL;
                                   for the Request parameter\r
                                   would result in this type of\r
                                   error. The Progress parameter\r
-                                  is set to NULL. EFI_NOT_FOUND\r
-                                  Routing data doesn't match any\r
+                                  is set to NULL. \r
+  \r
+  @retval EFI_NOT_FOUND           Routing data doesn't match any\r
                                   known driver. Progress set to\r
                                   the "G" in "GUID" of the\r
                                   routing header that doesn't\r
@@ -256,8 +257,8 @@ EFI_STATUS
   @retval EFI_NOT_FOUND           Target for the specified routing data\r
                                   was not found. Progress points to the\r
                                   'G' in "GUID" of the errant routing\r
-                                  data. EFI_DEVICE_ERROR Block not large\r
-                                  enough. Progress undefined.\r
+                                  data. \r
+  @retval EFI_DEVICE_ERROR                             Block not large enough. Progress undefined.\r
 \r
   @retval EFI_INVALID_PARAMETER   Encountered non <BlockName>\r
                                   formatted string. Block is\r
@@ -324,7 +325,7 @@ EFI_STATUS
 \r
   @retval EFI_SUCCESS            The request succeeded. Progress points to the null\r
                                  terminator at the end of the ConfigResp string.\r
-  @retval EFI_OUT_OF_RESOURCES   Not enough memory to allocate Config.     Progress\r
+  @retval EFI_OUT_OF_RESOURCES   Not enough memory to allocate Config. Progress\r
                                  points to the first character of ConfigResp.\r
   @retval EFI_INVALID_PARAMETER  Passing in a NULL for the ConfigResp or\r
                                  Block parameter would result in this type of\r