]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the non-ASCII characters in the comments of StatusCodeDataTypeId
authorShumin Qiu <shumin.qiu@intel.com>
Tue, 17 Sep 2013 00:33:25 +0000 (00:33 +0000)
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 17 Sep 2013 00:33:25 +0000 (00:33 +0000)
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14679 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Guid/StatusCodeDataTypeId.h

index de028e70c25fd73703c7a30e734ad583fb00936d..21d6359e69e9cbcb9ce5ec392596914081c818c4 100644 (file)
@@ -232,12 +232,12 @@ typedef struct {
   /// The requested resources in the format of an ACPI 2.0 resource descriptor. This\r
   /// parameter is not a pointer; it is the complete resource descriptor.\r
   ///\r
-  //  UINT8                          ReqRes[\85];\r
+  //  UINT8                          ReqRes[];\r
   ///\r
   /// The allocated resources in the format of an ACPI 2.0 resource descriptor. This \r
   /// parameter is not a pointer; it is the complete resource descriptor.\r
   ///\r
-  //  UINT8                          AllocRes[\85];\r
+  //  UINT8                          AllocRes[];\r
 } EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA;\r
 \r
 ///\r