]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: AmlLib fix ECC errors
authorSami Mujawar <sami.mujawar@arm.com>
Mon, 21 Sep 2020 17:08:56 +0000 (18:08 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 21 Oct 2020 13:33:03 +0000 (13:33 +0000)
commit5e0b708f7406ee096c7020a5c3e552574a23fe7d
tree30927246b1d67ce8bf4af4d4d31421c82cd6152c
parente4dfb2ffa3bbc26fcfdc15e96bb5cd6eb7979da0
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>
DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c
DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c
DynamicTablesPkg/Library/Common/AmlLib/NameSpace/AmlNameSpace.c
DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlFieldListParser.c
DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.c
DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlParser.c
DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlResourceDataParser.c
DynamicTablesPkg/Library/Common/AmlLib/Stream/AmlStream.c
DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlNode.c
DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlTree.c