From e4dfb2ffa3bbc26fcfdc15e96bb5cd6eb7979da0 Mon Sep 17 00:00:00 2001 From: Sami Mujawar Date: Mon, 21 Sep 2020 17:45:06 +0100 Subject: DynamicTablesPkg: AcpiSratLibArm fix ECC error Fix the following ECC reported error in AcpiSratLibArm. - [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/Acpi/Arm/AcpiSratLibArm/SratGenerator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DynamicTablesPkg') diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c index 6844bb40eb..453ca49fcd 100644 --- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c +++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c @@ -1,7 +1,7 @@ /** @file SRAT Table Generator - Copyright (c) 2019 - 2020, ARM Limited. All rights reserved. + Copyright (c) 2019 - 2020, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): @@ -107,7 +107,7 @@ GET_OBJECT_LIST ( @param [in] DeviceHandlePci Pointer to the PCI Device Handle. @retval BDF value corresponding to the PCI Device Handle. -*/ +**/ STATIC UINT16 GetBdf ( -- cgit v1.2.3