]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/ArmLib/Arm/ArmV7Lib.h
ArmPkg: Fix Ecc error 8003
authorPierre Gondois <Pierre.Gondois@arm.com>
Tue, 20 Apr 2021 11:00:23 +0000 (12:00 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 28 Apr 2021 12:03:51 +0000 (12:03 +0000)
commitcc15a619a6fe527b6a00cbea3a0359a9c9c8602b
treefc81e8d7e68c87b6a89d1a82fd783f2a2d471e71
parent5b90b8abb4049e2d98040f548ad23b6ab22d5d19
ArmPkg: Fix Ecc error 8003

This patch fixes the following Ecc reported error:
The #ifndef at the start of an include file should have
one postfix underscore, and no prefix underscore character

Some include guards have been modified to match the name of the
header file. Some comments have also been added on the closing
'#endif'.

Cc: Bret Barkelew <bret.barkelew@microsoft.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
33 files changed:
ArmPkg/Drivers/ArmGic/ArmGicDxe.h
ArmPkg/Drivers/CpuDxe/CpuDxe.h
ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h
ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h
ArmPkg/Include/AsmMacroIoLib.h
ArmPkg/Include/AsmMacroIoLibV8.h
ArmPkg/Include/Chipset/AArch64.h
ArmPkg/Include/Chipset/AArch64Mmu.h
ArmPkg/Include/Chipset/ArmCortexA9.h
ArmPkg/Include/Chipset/ArmV7.h
ArmPkg/Include/Chipset/ArmV7Mmu.h
ArmPkg/Include/Guid/ArmMpCoreInfo.h
ArmPkg/Include/IndustryStandard/ArmMmSvc.h
ArmPkg/Include/IndustryStandard/ArmStdSmc.h
ArmPkg/Include/Library/ArmDisassemblerLib.h
ArmPkg/Include/Library/ArmGenericTimerCounterLib.h
ArmPkg/Include/Library/ArmGicArchLib.h
ArmPkg/Include/Library/ArmHvcLib.h
ArmPkg/Include/Library/ArmLib.h
ArmPkg/Include/Library/ArmMmuLib.h
ArmPkg/Include/Library/ArmSmcLib.h
ArmPkg/Include/Library/ArmSvcLib.h
ArmPkg/Include/Library/DefaultExceptionHandlerLib.h
ArmPkg/Include/Library/OpteeLib.h
ArmPkg/Include/Library/SemihostLib.h
ArmPkg/Include/Library/StandaloneMmMmuLib.h
ArmPkg/Include/Ppi/ArmMpCoreInfo.h
ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
ArmPkg/Library/ArmLib/Arm/ArmV7Lib.h
ArmPkg/Library/ArmLib/ArmLibPrivate.h
ArmPkg/Library/OpteeLib/OpteeSmc.h
ArmPkg/Library/PlatformBootManagerLib/PlatformBm.h
ArmPkg/Library/SemihostLib/SemihostPrivate.h