mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
184f3a02d6
commit
cb1366a8c4
|
@ -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;
|
||||
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue