DynamicTablesPkg: AmlLib fix ECC errors
Fix the following ECC reported errors in AmlLib. - [1008] File has invalid Non-ACSII char. - [9002] The function headers should follow Doxygen special documentation blocks in section 2.3.5 Comment does NOT have tail **/ Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
e4dfb2ffa3
commit
5e0b708f74
@@ -464,7 +464,7 @@ AmlNodeCompareOpCode (
|
||||
|
||||
@retval TRUE The Node is an integer node.
|
||||
@retval FALSE Otherwise.
|
||||
*/
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
IsIntegerNode (
|
||||
@@ -499,7 +499,7 @@ IsIntegerNode (
|
||||
|
||||
@retval TRUE The Node is a ZeroOp or OneOp.
|
||||
@retval FALSE Otherwise.
|
||||
*/
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
IsSpecialIntegerNode (
|
||||
@@ -556,7 +556,7 @@ AmlIsMethodDefinitionNode (
|
||||
// DefExternal := ExternalOp NameString ObjectType ArgumentCount
|
||||
// ExternalOp := 0x15
|
||||
// ObjectType := ByteData
|
||||
// ArgumentCount := ByteData (0 – 7)
|
||||
// ArgumentCount := ByteData (0 - 7)
|
||||
ObjectType = (AML_DATA_NODE*)AmlGetFixedArgument (
|
||||
(AML_OBJECT_NODE*)Node,
|
||||
EAmlParseIndexTerm1
|
||||
|
Reference in New Issue
Block a user