diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2013-09-17 00:33:25 +0000 |
---|---|---|
committer | shenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-09-17 00:33:25 +0000 |
commit | cb1366a8c465a91938a46c4b52cd4d04faa0e0d6 (patch) | |
tree | 2c7594fa8bb9372ccaec4f6d0319b005f6022940 /MdePkg | |
parent | 184f3a02d60e994a1a78a7f16ea8cc0b9d0df3e9 (diff) | |
download | edk2-platforms-cb1366a8c465a91938a46c4b52cd4d04faa0e0d6.tar.xz |
Remove the non-ASCII characters in the comments of StatusCodeDataTypeId
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
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Guid/StatusCodeDataTypeId.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Guid/StatusCodeDataTypeId.h b/MdePkg/Include/Guid/StatusCodeDataTypeId.h index de028e70c2..21d6359e69 100644 --- a/MdePkg/Include/Guid/StatusCodeDataTypeId.h +++ b/MdePkg/Include/Guid/StatusCodeDataTypeId.h @@ -232,12 +232,12 @@ typedef struct { /// The requested resources in the format of an ACPI 2.0 resource descriptor. This
/// parameter is not a pointer; it is the complete resource descriptor.
///
- // UINT8 ReqRes[…];
+ // UINT8 ReqRes[];
///
/// The allocated resources in the format of an ACPI 2.0 resource descriptor. This
/// parameter is not a pointer; it is the complete resource descriptor.
///
- // UINT8 AllocRes[…];
+ // UINT8 AllocRes[];
} EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA;
///
|