From 5a5440d0dcf0f83d17de3bf68498b4a0c1718c52 Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Thu, 25 Feb 2021 16:37:35 +0000 Subject: ArmPlatformPkg: Fix Ecc error 8001 This patch fixes the following Ecc reported error: File header doesn't exist File header comment missing the ""Copyright"" Even though a copyright is present in the header file, the leading '*' char prevents the Ecc tool from detecting it. According to the edk2 coding specifcation, section 5.2.3 "File Heading", there should not be leading '*' char. Signed-off-by: Pierre Gondois Reviewed-by: Ard Biesheuvel Reviewed-by: Sami Mujawar --- ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c') diff --git a/ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c b/ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c index 669be9dafc..3cfdd19fe8 100644 --- a/ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c +++ b/ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c @@ -1,9 +1,9 @@ /** @file -* -* Copyright 2018 NXP -* -* SPDX-License-Identifier: BSD-2-Clause-Patent -* + + Copyright 2018 NXP + + SPDX-License-Identifier: BSD-2-Clause-Patent + **/ #include -- cgit v1.2.3