summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.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/AmlResourceDataCodeGen.c
parente4dfb2ffa3bbc26fcfdc15e96bb5cd6eb7979da0 (diff)
downloadedk2-5e0b708f7406ee096c7020a5c3e552574a23fe7d.tar.gz
edk2-5e0b708f7406ee096c7020a5c3e552574a23fe7d.tar.bz2
edk2-5e0b708f7406ee096c7020a5c3e552574a23fe7d.zip
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/AmlResourceDataCodeGen.c')
-rw-r--r--DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c
index 9e7a508e60..d40a27410d 100644
--- a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c
+++ b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c
@@ -40,7 +40,7 @@ EFIAPI
LinkRdNode (
IN AML_DATA_NODE * RdNode,
IN AML_OBJECT_NODE * ParentNode,
- IN AML_DATA_NODE ** NewRdNode
+ OUT AML_DATA_NODE ** NewRdNode
)
{
EFI_STATUS Status;