]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: Format header to fix Ecc crash in ArmMmuLib
authorPierre Gondois <Pierre.Gondois@arm.com>
Thu, 5 Nov 2020 15:57:44 +0000 (15:57 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 6 Jan 2021 16:22:54 +0000 (16:22 +0000)
The header of the file is not formatted properly, making
the Ecc tool crash when running on the ArmPkg.

The following command was run:
  ./BaseTools/BinWrappers/PosixLike/Ecc
    -c BaseTools/Source/Python/Ecc/config.ini
    -e BaseTools/Source/Python/Ecc/exception.xml
    -t ArmPkg -r ArmPkgEcc.xls

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuPeiLibConstructor.c

index 4fc3c92fdbf59afb03cd3d4061722908d218a8e3..d0d18534dad968de63139559ada2e35ec208d884 100644 (file)
@@ -1,10 +1,10 @@
-#/* @file\r
-#\r
-#  Copyright (c) 2016, Linaro Limited. All rights reserved.\r
-#\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-#*/\r
+/** @file\r
+\r
+  Copyright (c) 2016, Linaro Limited. All rights reserved.\r
+  Copyright (c) 2021, Arm Limited. All rights reserved.<BR>\r
+\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+*/\r
 \r
 #include <Base.h>\r
 \r