From 5e0b708f7406ee096c7020a5c3e552574a23fe7d Mon Sep 17 00:00:00 2001 From: Sami Mujawar Date: Mon, 21 Sep 2020 18:08:56 +0100 Subject: 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 Reviewed-by: Alexei Fedorov --- DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlTree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlTree.c') diff --git a/DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlTree.c b/DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlTree.c index 65dad95da2..0931e75170 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlTree.c +++ b/DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlTree.c @@ -41,7 +41,7 @@ AmlGetParent ( @return The root node of the tree. NULL if error. -*/ +**/ AML_ROOT_NODE * EFIAPI AmlGetRootNode ( -- cgit v1.2.3