summaryrefslogtreecommitdiff
path: root/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2020-09-21 18:08:56 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-10-21 13:33:03 +0000
commit5e0b708f7406ee096c7020a5c3e552574a23fe7d (patch)
tree30927246b1d67ce8bf4af4d4d31421c82cd6152c /DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c
parente4dfb2ffa3bbc26fcfdc15e96bb5cd6eb7979da0 (diff)
downloadedk2-5e0b708f7406ee096c7020a5c3e552574a23fe7d.zip
edk2-5e0b708f7406ee096c7020a5c3e552574a23fe7d.tar.gz
edk2-5e0b708f7406ee096c7020a5c3e552574a23fe7d.tar.bz2
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>
Diffstat (limited to 'DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c')
-rw-r--r--DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c
index d6d9f5d..5d310f2 100644
--- a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c
+++ b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c
@@ -33,7 +33,7 @@ EFIAPI
LinkNode (
IN AML_OBJECT_NODE * Node,
IN AML_NODE_HEADER * ParentNode,
- IN AML_OBJECT_NODE ** NewObjectNode
+ OUT AML_OBJECT_NODE ** NewObjectNode
)
{
EFI_STATUS Status;
@@ -71,7 +71,7 @@ LinkNode (
@param[in] OemId 6-character string OEM identifier.
@param[in] OemTableId 8-character string OEM table identifier.
@param[in] OemRevision OEM revision number.
- @param[out] DefinitionBlockTerm The ASL Term handle representing a
+ @param[out] NewRootNode Pointer to the root node representing a
Definition Block.
@retval EFI_SUCCESS Success.