From 1efcc4ae46f52e3845923ffbab68426e068709d2 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Wed, 17 Sep 2008 07:46:17 +0000 Subject: [PATCH] remove unnecessary comments introduced by tools from MdePkg. The regular express is "//^p//[ ]Include[ ]common[ ]header[ ]file[ ]for[ ]this[ ]module[.]^p//" git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5911 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c | 4 +--- MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c | 4 +--- MdePkg/Library/BaseLib/ARShiftU64.c | 4 +--- MdePkg/Library/BaseLib/BitField.c | 4 +--- MdePkg/Library/BaseLib/CheckSum.c | 4 +--- MdePkg/Library/BaseLib/ChkStkGcc.c | 4 +--- MdePkg/Library/BaseLib/Cpu.c | 4 +--- MdePkg/Library/BaseLib/CpuDeadLoop.c | 4 +--- MdePkg/Library/BaseLib/DivS64x64Remainder.c | 4 +--- MdePkg/Library/BaseLib/DivU64x32.c | 4 +--- MdePkg/Library/BaseLib/DivU64x32Remainder.c | 4 +--- MdePkg/Library/BaseLib/DivU64x64Remainder.c | 4 +--- MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c | 4 +--- MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c | 4 +--- MdePkg/Library/BaseLib/Ebc/SwitchStack.c | 4 +--- MdePkg/Library/BaseLib/GetPowerOfTwo32.c | 4 +--- MdePkg/Library/BaseLib/GetPowerOfTwo64.c | 4 +--- MdePkg/Library/BaseLib/HighBitSet32.c | 4 +--- MdePkg/Library/BaseLib/HighBitSet64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ARShiftU64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c | 4 +--- MdePkg/Library/BaseLib/Ia32/CpuId.c | 4 +--- MdePkg/Library/BaseLib/Ia32/CpuIdEx.c | 4 +--- MdePkg/Library/BaseLib/Ia32/CpuPause.c | 4 +--- MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c | 4 +--- MdePkg/Library/BaseLib/Ia32/DisablePaging32.c | 4 +--- MdePkg/Library/BaseLib/Ia32/DivS64x64Remainder.c | 4 +--- MdePkg/Library/BaseLib/Ia32/DivU64x32.c | 4 +--- MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c | 4 +--- MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c | 4 +--- MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c | 4 +--- MdePkg/Library/BaseLib/Ia32/EnablePaging32.c | 4 +--- MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c | 4 +--- MdePkg/Library/BaseLib/Ia32/FxRestore.c | 4 +--- MdePkg/Library/BaseLib/Ia32/FxSave.c | 4 +--- MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange32.c | 4 +--- MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.c | 4 +--- MdePkg/Library/BaseLib/Ia32/InterlockedIncrement.c | 4 +--- MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.c | 4 +--- MdePkg/Library/BaseLib/Ia32/Invd.c | 4 +--- MdePkg/Library/BaseLib/Ia32/LRotU64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/LShiftU64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/LongJump.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ModU64x32.c | 4 +--- MdePkg/Library/BaseLib/Ia32/Monitor.c | 4 +--- MdePkg/Library/BaseLib/Ia32/MultU64x32.c | 4 +--- MdePkg/Library/BaseLib/Ia32/MultU64x64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/Mwait.c | 4 +--- MdePkg/Library/BaseLib/Ia32/RRotU64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/RShiftU64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadCr0.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadCr2.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadCr3.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadCr4.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadCs.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadDr0.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadDr1.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadDr2.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadDr3.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadDr4.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadDr5.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadDr6.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadDr7.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadDs.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadEflags.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadEs.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadFs.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadGdtr.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadGs.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadIdtr.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadLdtr.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadMm0.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadMm1.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadMm2.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadMm3.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadMm4.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadMm5.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadMm6.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadMm7.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadMsr64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadPmc.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadSs.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadTr.c | 4 +--- MdePkg/Library/BaseLib/Ia32/ReadTsc.c | 4 +--- MdePkg/Library/BaseLib/Ia32/SetJump.c | 4 +--- MdePkg/Library/BaseLib/Ia32/SwapBytes64.c | 4 +--- MdePkg/Library/BaseLib/Ia32/Thunk16.asm | 4 +--- MdePkg/Library/BaseLib/Ia32/Wbinvd.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteCr0.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteCr2.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteCr3.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteCr4.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteDr0.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteDr1.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteDr2.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteDr3.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteDr4.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteDr5.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteDr6.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteDr7.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteGdtr.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteIdtr.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteLdtr.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteMm0.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteMm1.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteMm2.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteMm3.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteMm4.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteMm5.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteMm6.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteMm7.c | 4 +--- MdePkg/Library/BaseLib/Ia32/WriteMsr64.c | 4 +--- MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c | 4 +--- MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c | 4 +--- MdePkg/Library/BaseLib/Ipf/Unaligned.c | 4 +--- MdePkg/Library/BaseLib/LRotU32.c | 4 +--- MdePkg/Library/BaseLib/LRotU64.c | 4 +--- MdePkg/Library/BaseLib/LShiftU64.c | 4 +--- MdePkg/Library/BaseLib/LinkedList.c | 4 +--- MdePkg/Library/BaseLib/LongJump.c | 4 +--- MdePkg/Library/BaseLib/LowBitSet32.c | 4 +--- MdePkg/Library/BaseLib/LowBitSet64.c | 4 +--- MdePkg/Library/BaseLib/Math64.c | 4 +--- MdePkg/Library/BaseLib/ModU64x32.c | 4 +--- MdePkg/Library/BaseLib/MultS64x64.c | 4 +--- MdePkg/Library/BaseLib/MultU64x32.c | 4 +--- MdePkg/Library/BaseLib/MultU64x64.c | 4 +--- MdePkg/Library/BaseLib/RRotU32.c | 4 +--- MdePkg/Library/BaseLib/RRotU64.c | 4 +--- MdePkg/Library/BaseLib/RShiftU64.c | 4 +--- MdePkg/Library/BaseLib/SetJump.c | 4 +--- MdePkg/Library/BaseLib/String.c | 4 +--- MdePkg/Library/BaseLib/SwapBytes16.c | 4 +--- MdePkg/Library/BaseLib/SwapBytes32.c | 4 +--- MdePkg/Library/BaseLib/SwapBytes64.c | 4 +--- MdePkg/Library/BaseLib/SwitchStack.c | 4 +--- MdePkg/Library/BaseLib/Synchronization.c | 4 +--- MdePkg/Library/BaseLib/SynchronizationGcc.c | 4 +--- MdePkg/Library/BaseLib/SynchronizationMsc.c | 4 +--- MdePkg/Library/BaseLib/Unaligned.c | 4 +--- MdePkg/Library/BaseLib/X64/Thunk16.asm | 4 +--- MdePkg/Library/BaseLib/x86DisablePaging32.c | 4 +--- MdePkg/Library/BaseLib/x86DisablePaging64.c | 4 +--- MdePkg/Library/BaseLib/x86EnablePaging32.c | 4 +--- MdePkg/Library/BaseLib/x86EnablePaging64.c | 4 +--- MdePkg/Library/BaseLib/x86FxRestore.c | 4 +--- MdePkg/Library/BaseLib/x86FxSave.c | 4 +--- MdePkg/Library/BaseLib/x86GetInterruptState.c | 4 +--- MdePkg/Library/BaseLib/x86MemoryFence.c | 4 +--- MdePkg/Library/BaseLib/x86Msr.c | 4 +--- MdePkg/Library/BaseLib/x86ReadGdtr.c | 4 +--- MdePkg/Library/BaseLib/x86ReadIdtr.c | 4 +--- MdePkg/Library/BaseLib/x86Thunk.c | 4 +--- MdePkg/Library/BaseLib/x86WriteGdtr.c | 4 +--- MdePkg/Library/BaseLib/x86WriteIdtr.c | 4 +--- MdePkg/Library/BaseMemoryLib/CompareMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/CopyMem.c | 4 +--- MdePkg/Library/BaseMemoryLib/CopyMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/MemLibGeneric.c | 4 +--- MdePkg/Library/BaseMemoryLib/MemLibGuid.c | 4 +--- MdePkg/Library/BaseMemoryLib/ScanMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/ScanMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/ScanMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/ScanMem8Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/SetMem.c | 4 +--- MdePkg/Library/BaseMemoryLib/SetMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/SetMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/SetMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/SetMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLib/ZeroMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/CompareMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/CopyMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/MemLibGuid.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/ScanMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/ScanMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/ScanMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/ScanMem8Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/SetMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/SetMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/SetMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/SetMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptDxe/ZeroMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/CopyMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/MemLibGuid.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/ScanMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/ScanMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/ScanMem8Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/SetMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/SetMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/SetMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/SetMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibOptPei/ZeroMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/CompareMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/CopyMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/ScanMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/ScanMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/ScanMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/ScanMem8Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/SetMem16Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/SetMem32Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/SetMem64Wrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/SetMemWrapper.c | 4 +--- MdePkg/Library/BaseMemoryLibSse2/ZeroMemWrapper.c | 4 +--- MdePkg/Library/BasePeCoffLib/BasePeCoff.c | 4 +--- MdePkg/Library/BasePrintLib/PrintLib.c | 4 +--- MdePkg/Library/BasePrintLib/PrintLibInternal.c | 4 +--- MdePkg/Library/CpuLib/Ia32/CpuFlushTlb.c | 4 +--- MdePkg/Library/UefiLib/Console.c | 4 +--- MdePkg/Library/UefiLib/UefiDriverModel.c | 4 +--- MdePkg/Library/UefiLib/UefiLib.c | 4 +--- MdePkg/Library/UefiLib/UefiLibPrint.c | 4 +--- MdePkg/Library/UefiLib/UefiNotTiano.c | 4 +--- 228 files changed, 228 insertions(+), 684 deletions(-) diff --git a/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c b/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c index db94f0f47e..1377650042 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c +++ b/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseIoLibIntrinsicInternal.h" /** diff --git a/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c b/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c index 43c3b79eee..7973d4f3d8 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c +++ b/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c @@ -20,9 +20,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseIoLibIntrinsicInternal.h" // diff --git a/MdePkg/Library/BaseLib/ARShiftU64.c b/MdePkg/Library/BaseLib/ARShiftU64.c index 67e49e8482..00799921e1 100644 --- a/MdePkg/Library/BaseLib/ARShiftU64.c +++ b/MdePkg/Library/BaseLib/ARShiftU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/BitField.c b/MdePkg/Library/BaseLib/BitField.c index 5e894843b2..7907adfeaf 100644 --- a/MdePkg/Library/BaseLib/BitField.c +++ b/MdePkg/Library/BaseLib/BitField.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/CheckSum.c b/MdePkg/Library/BaseLib/CheckSum.c index 78ff00c451..4991923f47 100644 --- a/MdePkg/Library/BaseLib/CheckSum.c +++ b/MdePkg/Library/BaseLib/CheckSum.c @@ -13,9 +13,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/ChkStkGcc.c b/MdePkg/Library/BaseLib/ChkStkGcc.c index f86d53919a..ea68aea1e5 100644 --- a/MdePkg/Library/BaseLib/ChkStkGcc.c +++ b/MdePkg/Library/BaseLib/ChkStkGcc.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/Cpu.c b/MdePkg/Library/BaseLib/Cpu.c index 8fda8e509c..1a6263d4a9 100644 --- a/MdePkg/Library/BaseLib/Cpu.c +++ b/MdePkg/Library/BaseLib/Cpu.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/CpuDeadLoop.c b/MdePkg/Library/BaseLib/CpuDeadLoop.c index 325be96d93..6c0dac7a81 100644 --- a/MdePkg/Library/BaseLib/CpuDeadLoop.c +++ b/MdePkg/Library/BaseLib/CpuDeadLoop.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include #include diff --git a/MdePkg/Library/BaseLib/DivS64x64Remainder.c b/MdePkg/Library/BaseLib/DivS64x64Remainder.c index 20b6d76084..f218a7a13f 100644 --- a/MdePkg/Library/BaseLib/DivS64x64Remainder.c +++ b/MdePkg/Library/BaseLib/DivS64x64Remainder.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/DivU64x32.c b/MdePkg/Library/BaseLib/DivU64x32.c index 424b066e32..9e3c0e1d6d 100644 --- a/MdePkg/Library/BaseLib/DivU64x32.c +++ b/MdePkg/Library/BaseLib/DivU64x32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/DivU64x32Remainder.c b/MdePkg/Library/BaseLib/DivU64x32Remainder.c index 08785c32e3..5517b4b454 100644 --- a/MdePkg/Library/BaseLib/DivU64x32Remainder.c +++ b/MdePkg/Library/BaseLib/DivU64x32Remainder.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/DivU64x64Remainder.c b/MdePkg/Library/BaseLib/DivU64x64Remainder.c index acc2d48619..327e97382b 100644 --- a/MdePkg/Library/BaseLib/DivU64x64Remainder.c +++ b/MdePkg/Library/BaseLib/DivU64x64Remainder.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c b/MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c index 2849d96172..77f4b2a7d2 100644 --- a/MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c +++ b/MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c @@ -11,9 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// Include common header file for this module. -// + #include extern diff --git a/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c b/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c index 13de998127..a57d534ae1 100644 --- a/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c +++ b/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c @@ -11,9 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// Include common header file for this module. -// + #include /** diff --git a/MdePkg/Library/BaseLib/Ebc/SwitchStack.c b/MdePkg/Library/BaseLib/Ebc/SwitchStack.c index 4e7d088a44..c9b2955e23 100644 --- a/MdePkg/Library/BaseLib/Ebc/SwitchStack.c +++ b/MdePkg/Library/BaseLib/Ebc/SwitchStack.c @@ -11,9 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// Include common header file for this module. -// + #include /** diff --git a/MdePkg/Library/BaseLib/GetPowerOfTwo32.c b/MdePkg/Library/BaseLib/GetPowerOfTwo32.c index f9849c34c4..5cabff9069 100644 --- a/MdePkg/Library/BaseLib/GetPowerOfTwo32.c +++ b/MdePkg/Library/BaseLib/GetPowerOfTwo32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/GetPowerOfTwo64.c b/MdePkg/Library/BaseLib/GetPowerOfTwo64.c index 3cdcecc021..2f0f411ae4 100644 --- a/MdePkg/Library/BaseLib/GetPowerOfTwo64.c +++ b/MdePkg/Library/BaseLib/GetPowerOfTwo64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/HighBitSet32.c b/MdePkg/Library/BaseLib/HighBitSet32.c index af2a1e99f5..a8f7b70a21 100644 --- a/MdePkg/Library/BaseLib/HighBitSet32.c +++ b/MdePkg/Library/BaseLib/HighBitSet32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/HighBitSet64.c b/MdePkg/Library/BaseLib/HighBitSet64.c index e4d95d65e1..68b72a95d0 100644 --- a/MdePkg/Library/BaseLib/HighBitSet64.c +++ b/MdePkg/Library/BaseLib/HighBitSet64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/Ia32/ARShiftU64.c b/MdePkg/Library/BaseLib/Ia32/ARShiftU64.c index dab93257ee..82024fc322 100644 --- a/MdePkg/Library/BaseLib/Ia32/ARShiftU64.c +++ b/MdePkg/Library/BaseLib/Ia32/ARShiftU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c b/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c index d4fce47c00..52cc7de207 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c +++ b/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/CpuId.c b/MdePkg/Library/BaseLib/Ia32/CpuId.c index 6fbc5375bc..7809f41d5d 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuId.c +++ b/MdePkg/Library/BaseLib/Ia32/CpuId.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c b/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c index c685e5ec4e..851311256c 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c +++ b/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/CpuPause.c b/MdePkg/Library/BaseLib/Ia32/CpuPause.c index 138e3a3a09..494d5f7bc1 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuPause.c +++ b/MdePkg/Library/BaseLib/Ia32/CpuPause.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c b/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c index b9e31c66c3..c890f89925 100644 --- a/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c +++ b/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c index 1ab21224ca..fc10461ec5 100644 --- a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c +++ b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include #if _MSC_EXTENSIONS diff --git a/MdePkg/Library/BaseLib/Ia32/DivS64x64Remainder.c b/MdePkg/Library/BaseLib/Ia32/DivS64x64Remainder.c index 36b256f07c..5b8c5213d1 100644 --- a/MdePkg/Library/BaseLib/Ia32/DivS64x64Remainder.c +++ b/MdePkg/Library/BaseLib/Ia32/DivS64x64Remainder.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "../BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/Ia32/DivU64x32.c b/MdePkg/Library/BaseLib/Ia32/DivU64x32.c index 92eb9e115b..69af26fadf 100644 --- a/MdePkg/Library/BaseLib/Ia32/DivU64x32.c +++ b/MdePkg/Library/BaseLib/Ia32/DivU64x32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c b/MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c index 4127004da5..d123f577be 100644 --- a/MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c +++ b/MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c b/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c index 6e0d3fbdde..b0c64f8a52 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c +++ b/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c b/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c index 7f50bb769e..28693404e2 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c +++ b/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/EnablePaging32.c b/MdePkg/Library/BaseLib/Ia32/EnablePaging32.c index 87e31cac83..8d963e15d0 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnablePaging32.c +++ b/MdePkg/Library/BaseLib/Ia32/EnablePaging32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include #if _MSC_EXTENSIONS diff --git a/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c b/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c index d6fa2d39e4..f4caabedd4 100644 --- a/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c +++ b/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/FxRestore.c b/MdePkg/Library/BaseLib/Ia32/FxRestore.c index f5e1966e4a..570bf9174e 100644 --- a/MdePkg/Library/BaseLib/Ia32/FxRestore.c +++ b/MdePkg/Library/BaseLib/Ia32/FxRestore.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/Ia32/FxSave.c b/MdePkg/Library/BaseLib/Ia32/FxSave.c index a57312d42d..f65c507393 100644 --- a/MdePkg/Library/BaseLib/Ia32/FxSave.c +++ b/MdePkg/Library/BaseLib/Ia32/FxSave.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange32.c b/MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange32.c index cbc8a57496..9c8ed663ca 100644 --- a/MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange32.c +++ b/MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange64.c b/MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange64.c index 5bbba48702..faf61d13ef 100644 --- a/MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange64.c +++ b/MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.c b/MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.c index df6908ef27..a03a31ac94 100644 --- a/MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.c +++ b/MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/InterlockedIncrement.c b/MdePkg/Library/BaseLib/Ia32/InterlockedIncrement.c index 8bbd188651..bd1d4ca5de 100644 --- a/MdePkg/Library/BaseLib/Ia32/InterlockedIncrement.c +++ b/MdePkg/Library/BaseLib/Ia32/InterlockedIncrement.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.c b/MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.c index 73926f0664..0af0f6b24d 100644 --- a/MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.c +++ b/MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/Ia32/Invd.c b/MdePkg/Library/BaseLib/Ia32/Invd.c index 96de45514e..b1db5a2959 100644 --- a/MdePkg/Library/BaseLib/Ia32/Invd.c +++ b/MdePkg/Library/BaseLib/Ia32/Invd.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/LRotU64.c b/MdePkg/Library/BaseLib/Ia32/LRotU64.c index ac7305105a..b76531b46a 100644 --- a/MdePkg/Library/BaseLib/Ia32/LRotU64.c +++ b/MdePkg/Library/BaseLib/Ia32/LRotU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/LShiftU64.c b/MdePkg/Library/BaseLib/Ia32/LShiftU64.c index f684e1f29a..bb37cf1366 100644 --- a/MdePkg/Library/BaseLib/Ia32/LShiftU64.c +++ b/MdePkg/Library/BaseLib/Ia32/LShiftU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/LongJump.c b/MdePkg/Library/BaseLib/Ia32/LongJump.c index f4dbcfdf1a..835f3e4a2a 100644 --- a/MdePkg/Library/BaseLib/Ia32/LongJump.c +++ b/MdePkg/Library/BaseLib/Ia32/LongJump.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/Ia32/ModU64x32.c b/MdePkg/Library/BaseLib/Ia32/ModU64x32.c index a2727ea6d4..bb44993f38 100644 --- a/MdePkg/Library/BaseLib/Ia32/ModU64x32.c +++ b/MdePkg/Library/BaseLib/Ia32/ModU64x32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/Monitor.c b/MdePkg/Library/BaseLib/Ia32/Monitor.c index 68da9c68c7..55544d99f9 100644 --- a/MdePkg/Library/BaseLib/Ia32/Monitor.c +++ b/MdePkg/Library/BaseLib/Ia32/Monitor.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/MultU64x32.c b/MdePkg/Library/BaseLib/Ia32/MultU64x32.c index 36e9227dd4..24e1118d12 100644 --- a/MdePkg/Library/BaseLib/Ia32/MultU64x32.c +++ b/MdePkg/Library/BaseLib/Ia32/MultU64x32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/MultU64x64.c b/MdePkg/Library/BaseLib/Ia32/MultU64x64.c index e2b7e6852f..21c8e39642 100644 --- a/MdePkg/Library/BaseLib/Ia32/MultU64x64.c +++ b/MdePkg/Library/BaseLib/Ia32/MultU64x64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/Mwait.c b/MdePkg/Library/BaseLib/Ia32/Mwait.c index 64fccddc68..d7aa4891a0 100644 --- a/MdePkg/Library/BaseLib/Ia32/Mwait.c +++ b/MdePkg/Library/BaseLib/Ia32/Mwait.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/RRotU64.c b/MdePkg/Library/BaseLib/Ia32/RRotU64.c index 59d42b19ef..f51127ce49 100644 --- a/MdePkg/Library/BaseLib/Ia32/RRotU64.c +++ b/MdePkg/Library/BaseLib/Ia32/RRotU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/RShiftU64.c b/MdePkg/Library/BaseLib/Ia32/RShiftU64.c index a4d1db9547..4103b75ecb 100644 --- a/MdePkg/Library/BaseLib/Ia32/RShiftU64.c +++ b/MdePkg/Library/BaseLib/Ia32/RShiftU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadCr0.c b/MdePkg/Library/BaseLib/Ia32/ReadCr0.c index 5444aafb6a..3f95c50bf8 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadCr0.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadCr0.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadCr2.c b/MdePkg/Library/BaseLib/Ia32/ReadCr2.c index 4e97814ee3..4acf74c5ad 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadCr2.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadCr2.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadCr3.c b/MdePkg/Library/BaseLib/Ia32/ReadCr3.c index 1f6afb39c0..8d99f34bb7 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadCr3.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadCr3.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadCr4.c b/MdePkg/Library/BaseLib/Ia32/ReadCr4.c index 5d24f57038..ec001d14fa 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadCr4.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadCr4.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadCs.c b/MdePkg/Library/BaseLib/Ia32/ReadCs.c index 86c7257158..c2e8b8d061 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadCs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadCs.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDr0.c b/MdePkg/Library/BaseLib/Ia32/ReadDr0.c index 23880a416e..70c1e70e31 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDr0.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDr0.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDr1.c b/MdePkg/Library/BaseLib/Ia32/ReadDr1.c index 77a9adac66..109da75b7f 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDr1.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDr1.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDr2.c b/MdePkg/Library/BaseLib/Ia32/ReadDr2.c index 02ba6a8545..1b1d6845cb 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDr2.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDr2.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDr3.c b/MdePkg/Library/BaseLib/Ia32/ReadDr3.c index 10d219943d..47341fea7e 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDr3.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDr3.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDr4.c b/MdePkg/Library/BaseLib/Ia32/ReadDr4.c index ff37daa58a..a5cc8a19d5 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDr4.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDr4.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDr5.c b/MdePkg/Library/BaseLib/Ia32/ReadDr5.c index ca422e47a5..24b5b88f18 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDr5.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDr5.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDr6.c b/MdePkg/Library/BaseLib/Ia32/ReadDr6.c index 921ccc8a0b..676186e25d 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDr6.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDr6.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDr7.c b/MdePkg/Library/BaseLib/Ia32/ReadDr7.c index cb15e1a706..aad514a480 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDr7.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDr7.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDs.c b/MdePkg/Library/BaseLib/Ia32/ReadDs.c index e80b394826..0215e35e36 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDs.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadEflags.c b/MdePkg/Library/BaseLib/Ia32/ReadEflags.c index eab499532c..0773fb27e4 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadEflags.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadEflags.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadEs.c b/MdePkg/Library/BaseLib/Ia32/ReadEs.c index bcf6d9081c..3c5c981ed7 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadEs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadEs.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadFs.c b/MdePkg/Library/BaseLib/Ia32/ReadFs.c index 25fee08e4c..2f64955fe9 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadFs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadFs.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c b/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c index 1d70b7da12..f73ca6fc8f 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/Ia32/ReadGs.c b/MdePkg/Library/BaseLib/Ia32/ReadGs.c index 61ba83ef1c..c71d238b2d 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadGs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadGs.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c b/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c index db43e9a0d7..7109e68ca3 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/Ia32/ReadLdtr.c b/MdePkg/Library/BaseLib/Ia32/ReadLdtr.c index c9e372486e..8b9277d754 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadLdtr.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadLdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMm0.c b/MdePkg/Library/BaseLib/Ia32/ReadMm0.c index 75b26827cd..83a06b720e 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMm0.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadMm0.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMm1.c b/MdePkg/Library/BaseLib/Ia32/ReadMm1.c index 1dde8e1bfd..38c9a6d276 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMm1.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadMm1.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMm2.c b/MdePkg/Library/BaseLib/Ia32/ReadMm2.c index bbe80726d1..baa9fde126 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMm2.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadMm2.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMm3.c b/MdePkg/Library/BaseLib/Ia32/ReadMm3.c index 868ef7a2c4..d77f5107b0 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMm3.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadMm3.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMm4.c b/MdePkg/Library/BaseLib/Ia32/ReadMm4.c index 3297c1851c..d52bcb872c 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMm4.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadMm4.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMm5.c b/MdePkg/Library/BaseLib/Ia32/ReadMm5.c index 04db90bcc7..242691e7a5 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMm5.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadMm5.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMm6.c b/MdePkg/Library/BaseLib/Ia32/ReadMm6.c index ed913945b7..a2b6c990b0 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMm6.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadMm6.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMm7.c b/MdePkg/Library/BaseLib/Ia32/ReadMm7.c index fd24ff8cbd..dd065a5eb5 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMm7.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadMm7.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMsr64.c b/MdePkg/Library/BaseLib/Ia32/ReadMsr64.c index eed41d41df..222c46e642 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMsr64.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadMsr64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadPmc.c b/MdePkg/Library/BaseLib/Ia32/ReadPmc.c index 432c0139f9..0a5e0c75a7 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadPmc.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadPmc.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadSs.c b/MdePkg/Library/BaseLib/Ia32/ReadSs.c index 47750b93cc..2625332bdd 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadSs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadSs.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadTr.c b/MdePkg/Library/BaseLib/Ia32/ReadTr.c index dd94b0b4d2..b306139c9d 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadTr.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadTr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/ReadTsc.c b/MdePkg/Library/BaseLib/Ia32/ReadTsc.c index 5689da7146..71e5d4e952 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadTsc.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadTsc.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/SetJump.c b/MdePkg/Library/BaseLib/Ia32/SetJump.c index 67d0571ecf..e18387f22b 100644 --- a/MdePkg/Library/BaseLib/Ia32/SetJump.c +++ b/MdePkg/Library/BaseLib/Ia32/SetJump.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include /** diff --git a/MdePkg/Library/BaseLib/Ia32/SwapBytes64.c b/MdePkg/Library/BaseLib/Ia32/SwapBytes64.c index 018790041f..ef9e861a96 100644 --- a/MdePkg/Library/BaseLib/Ia32/SwapBytes64.c +++ b/MdePkg/Library/BaseLib/Ia32/SwapBytes64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/Thunk16.asm b/MdePkg/Library/BaseLib/Ia32/Thunk16.asm index 2a3f21794e..39fc8dce87 100644 --- a/MdePkg/Library/BaseLib/Ia32/Thunk16.asm +++ b/MdePkg/Library/BaseLib/Ia32/Thunk16.asm @@ -1,6 +1,4 @@ -// -// Include common header file for this module. -// + #include ;------------------------------------------------------------------------------ diff --git a/MdePkg/Library/BaseLib/Ia32/Wbinvd.c b/MdePkg/Library/BaseLib/Ia32/Wbinvd.c index 194d787f9c..d2cb54cdb0 100644 --- a/MdePkg/Library/BaseLib/Ia32/Wbinvd.c +++ b/MdePkg/Library/BaseLib/Ia32/Wbinvd.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteCr0.c b/MdePkg/Library/BaseLib/Ia32/WriteCr0.c index da9ba8d8b6..85fca3b4aa 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteCr0.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteCr0.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteCr2.c b/MdePkg/Library/BaseLib/Ia32/WriteCr2.c index 98e44388b5..e2ee3e3972 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteCr2.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteCr2.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteCr3.c b/MdePkg/Library/BaseLib/Ia32/WriteCr3.c index ca8784510f..8913150b72 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteCr3.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteCr3.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteCr4.c b/MdePkg/Library/BaseLib/Ia32/WriteCr4.c index 548d30ee31..64431e1d39 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteCr4.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteCr4.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr0.c b/MdePkg/Library/BaseLib/Ia32/WriteDr0.c index 4ff4269a31..6c04585665 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr0.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr0.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr1.c b/MdePkg/Library/BaseLib/Ia32/WriteDr1.c index 480ff5bb32..d95e919090 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr1.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr1.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr2.c b/MdePkg/Library/BaseLib/Ia32/WriteDr2.c index 2116a1047e..f124bd55b2 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr2.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr2.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr3.c b/MdePkg/Library/BaseLib/Ia32/WriteDr3.c index 3294e9ecbe..205e94475b 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr3.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr3.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr4.c b/MdePkg/Library/BaseLib/Ia32/WriteDr4.c index 418b6404e5..6daa786802 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr4.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr4.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr5.c b/MdePkg/Library/BaseLib/Ia32/WriteDr5.c index 05267ae7e6..e02fb70ac3 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr5.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr5.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr6.c b/MdePkg/Library/BaseLib/Ia32/WriteDr6.c index 2c3085e31d..c721770e8f 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr6.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr6.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr7.c b/MdePkg/Library/BaseLib/Ia32/WriteDr7.c index aeb08ada5d..94c3257944 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr7.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr7.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteGdtr.c b/MdePkg/Library/BaseLib/Ia32/WriteGdtr.c index 4ed0180e6f..828c9c1bfe 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteGdtr.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteGdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c b/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c index 88c74b60e8..18e8c57e83 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteLdtr.c b/MdePkg/Library/BaseLib/Ia32/WriteLdtr.c index 82ba9d0ff9..65eec0d4e2 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteLdtr.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteLdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm0.c b/MdePkg/Library/BaseLib/Ia32/WriteMm0.c index 703ef29a33..f65291e020 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm0.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm0.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm1.c b/MdePkg/Library/BaseLib/Ia32/WriteMm1.c index ee08ab7ac9..999094acd0 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm1.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm1.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm2.c b/MdePkg/Library/BaseLib/Ia32/WriteMm2.c index 08bbb6645e..0df50214dd 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm2.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm2.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm3.c b/MdePkg/Library/BaseLib/Ia32/WriteMm3.c index bef0f6502d..78f7f611a6 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm3.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm3.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm4.c b/MdePkg/Library/BaseLib/Ia32/WriteMm4.c index eed122d42c..109bd403fd 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm4.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm4.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm5.c b/MdePkg/Library/BaseLib/Ia32/WriteMm5.c index 2f94baddfa..0fb8770fd8 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm5.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm5.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm6.c b/MdePkg/Library/BaseLib/Ia32/WriteMm6.c index 32563770f7..e79bddb56f 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm6.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm6.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm7.c b/MdePkg/Library/BaseLib/Ia32/WriteMm7.c index c5a859eb57..cce4662e12 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm7.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm7.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMsr64.c b/MdePkg/Library/BaseLib/Ia32/WriteMsr64.c index 77a068950a..5937ac8044 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMsr64.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMsr64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c index a72049b98a..12e80c7a30 100644 --- a/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c +++ b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include /** diff --git a/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c b/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c index 74911b2764..fa78d954bb 100644 --- a/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c +++ b/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include #pragma intrinsic (_enable) diff --git a/MdePkg/Library/BaseLib/Ipf/Unaligned.c b/MdePkg/Library/BaseLib/Ipf/Unaligned.c index cd4d32d1d1..ee6c94253e 100644 --- a/MdePkg/Library/BaseLib/Ipf/Unaligned.c +++ b/MdePkg/Library/BaseLib/Ipf/Unaligned.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include /** diff --git a/MdePkg/Library/BaseLib/LRotU32.c b/MdePkg/Library/BaseLib/LRotU32.c index 2998c83dc6..5bee9627a9 100644 --- a/MdePkg/Library/BaseLib/LRotU32.c +++ b/MdePkg/Library/BaseLib/LRotU32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/LRotU64.c b/MdePkg/Library/BaseLib/LRotU64.c index d0ec658863..85d732fb25 100644 --- a/MdePkg/Library/BaseLib/LRotU64.c +++ b/MdePkg/Library/BaseLib/LRotU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/LShiftU64.c b/MdePkg/Library/BaseLib/LShiftU64.c index 9686c2aa98..110e93c78e 100644 --- a/MdePkg/Library/BaseLib/LShiftU64.c +++ b/MdePkg/Library/BaseLib/LShiftU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/LinkedList.c b/MdePkg/Library/BaseLib/LinkedList.c index 73cfe4d7a8..86bc495cc9 100644 --- a/MdePkg/Library/BaseLib/LinkedList.c +++ b/MdePkg/Library/BaseLib/LinkedList.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/LongJump.c b/MdePkg/Library/BaseLib/LongJump.c index 017a6802b3..e20444b86d 100644 --- a/MdePkg/Library/BaseLib/LongJump.c +++ b/MdePkg/Library/BaseLib/LongJump.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/LowBitSet32.c b/MdePkg/Library/BaseLib/LowBitSet32.c index 58d0063e22..ed1ead6cc0 100644 --- a/MdePkg/Library/BaseLib/LowBitSet32.c +++ b/MdePkg/Library/BaseLib/LowBitSet32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/LowBitSet64.c b/MdePkg/Library/BaseLib/LowBitSet64.c index 762d94522e..3edfa6506e 100644 --- a/MdePkg/Library/BaseLib/LowBitSet64.c +++ b/MdePkg/Library/BaseLib/LowBitSet64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/Math64.c b/MdePkg/Library/BaseLib/Math64.c index 02a29fb73f..5a932ac8a5 100644 --- a/MdePkg/Library/BaseLib/Math64.c +++ b/MdePkg/Library/BaseLib/Math64.c @@ -13,9 +13,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/ModU64x32.c b/MdePkg/Library/BaseLib/ModU64x32.c index 94da1b565a..6de01eab0b 100644 --- a/MdePkg/Library/BaseLib/ModU64x32.c +++ b/MdePkg/Library/BaseLib/ModU64x32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/MultS64x64.c b/MdePkg/Library/BaseLib/MultS64x64.c index 1ccef44a84..1a488cd3d7 100644 --- a/MdePkg/Library/BaseLib/MultS64x64.c +++ b/MdePkg/Library/BaseLib/MultS64x64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/MultU64x32.c b/MdePkg/Library/BaseLib/MultU64x32.c index 28eca84c75..7a8dca8fc0 100644 --- a/MdePkg/Library/BaseLib/MultU64x32.c +++ b/MdePkg/Library/BaseLib/MultU64x32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/MultU64x64.c b/MdePkg/Library/BaseLib/MultU64x64.c index 0f99892bd8..3f96103c38 100644 --- a/MdePkg/Library/BaseLib/MultU64x64.c +++ b/MdePkg/Library/BaseLib/MultU64x64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/RRotU32.c b/MdePkg/Library/BaseLib/RRotU32.c index b7acced743..b90ae7f424 100644 --- a/MdePkg/Library/BaseLib/RRotU32.c +++ b/MdePkg/Library/BaseLib/RRotU32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/RRotU64.c b/MdePkg/Library/BaseLib/RRotU64.c index 34b71befbf..2b96cb9af0 100644 --- a/MdePkg/Library/BaseLib/RRotU64.c +++ b/MdePkg/Library/BaseLib/RRotU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/RShiftU64.c b/MdePkg/Library/BaseLib/RShiftU64.c index 9f433d0fb1..3cd25de6d4 100644 --- a/MdePkg/Library/BaseLib/RShiftU64.c +++ b/MdePkg/Library/BaseLib/RShiftU64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/SetJump.c b/MdePkg/Library/BaseLib/SetJump.c index f266af882f..d4c8895755 100644 --- a/MdePkg/Library/BaseLib/SetJump.c +++ b/MdePkg/Library/BaseLib/SetJump.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/String.c b/MdePkg/Library/BaseLib/String.c index 2379c23450..600f8c8a36 100644 --- a/MdePkg/Library/BaseLib/String.c +++ b/MdePkg/Library/BaseLib/String.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/SwapBytes16.c b/MdePkg/Library/BaseLib/SwapBytes16.c index b757d79a44..3fb98f751a 100644 --- a/MdePkg/Library/BaseLib/SwapBytes16.c +++ b/MdePkg/Library/BaseLib/SwapBytes16.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/SwapBytes32.c b/MdePkg/Library/BaseLib/SwapBytes32.c index ee8a60bb4c..df43b145bd 100644 --- a/MdePkg/Library/BaseLib/SwapBytes32.c +++ b/MdePkg/Library/BaseLib/SwapBytes32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/SwapBytes64.c b/MdePkg/Library/BaseLib/SwapBytes64.c index 224553af80..ba6e521adc 100644 --- a/MdePkg/Library/BaseLib/SwapBytes64.c +++ b/MdePkg/Library/BaseLib/SwapBytes64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/SwitchStack.c b/MdePkg/Library/BaseLib/SwitchStack.c index d2f00fded5..ab71856773 100644 --- a/MdePkg/Library/BaseLib/SwitchStack.c +++ b/MdePkg/Library/BaseLib/SwitchStack.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/Synchronization.c b/MdePkg/Library/BaseLib/Synchronization.c index 8e8a2bf7e1..61808e7d85 100644 --- a/MdePkg/Library/BaseLib/Synchronization.c +++ b/MdePkg/Library/BaseLib/Synchronization.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/SynchronizationGcc.c b/MdePkg/Library/BaseLib/SynchronizationGcc.c index 67a8f17be3..0786c12a59 100644 --- a/MdePkg/Library/BaseLib/SynchronizationGcc.c +++ b/MdePkg/Library/BaseLib/SynchronizationGcc.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/SynchronizationMsc.c b/MdePkg/Library/BaseLib/SynchronizationMsc.c index 5876235970..de271aea26 100644 --- a/MdePkg/Library/BaseLib/SynchronizationMsc.c +++ b/MdePkg/Library/BaseLib/SynchronizationMsc.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/Unaligned.c b/MdePkg/Library/BaseLib/Unaligned.c index 49518c0287..86e00c2546 100644 --- a/MdePkg/Library/BaseLib/Unaligned.c +++ b/MdePkg/Library/BaseLib/Unaligned.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/X64/Thunk16.asm b/MdePkg/Library/BaseLib/X64/Thunk16.asm index ef4d9fc997..1ba4022ed4 100644 --- a/MdePkg/Library/BaseLib/X64/Thunk16.asm +++ b/MdePkg/Library/BaseLib/X64/Thunk16.asm @@ -1,6 +1,4 @@ -// -// Include common header file for this module. -// + #include ;------------------------------------------------------------------------------ diff --git a/MdePkg/Library/BaseLib/x86DisablePaging32.c b/MdePkg/Library/BaseLib/x86DisablePaging32.c index 99e20e8d93..976ba8bc07 100644 --- a/MdePkg/Library/BaseLib/x86DisablePaging32.c +++ b/MdePkg/Library/BaseLib/x86DisablePaging32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/x86DisablePaging64.c b/MdePkg/Library/BaseLib/x86DisablePaging64.c index 39633c140d..c67e535da7 100644 --- a/MdePkg/Library/BaseLib/x86DisablePaging64.c +++ b/MdePkg/Library/BaseLib/x86DisablePaging64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/x86EnablePaging32.c b/MdePkg/Library/BaseLib/x86EnablePaging32.c index 5e71581138..00aa05b923 100644 --- a/MdePkg/Library/BaseLib/x86EnablePaging32.c +++ b/MdePkg/Library/BaseLib/x86EnablePaging32.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/x86EnablePaging64.c b/MdePkg/Library/BaseLib/x86EnablePaging64.c index ca0f0da67d..cf55ff5f05 100644 --- a/MdePkg/Library/BaseLib/x86EnablePaging64.c +++ b/MdePkg/Library/BaseLib/x86EnablePaging64.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/x86FxRestore.c b/MdePkg/Library/BaseLib/x86FxRestore.c index 40410ecbbd..ac6f472983 100644 --- a/MdePkg/Library/BaseLib/x86FxRestore.c +++ b/MdePkg/Library/BaseLib/x86FxRestore.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/x86FxSave.c b/MdePkg/Library/BaseLib/x86FxSave.c index 6b8173d724..f6efa92c7e 100644 --- a/MdePkg/Library/BaseLib/x86FxSave.c +++ b/MdePkg/Library/BaseLib/x86FxSave.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/x86GetInterruptState.c b/MdePkg/Library/BaseLib/x86GetInterruptState.c index 6898b8db51..0b63addf14 100644 --- a/MdePkg/Library/BaseLib/x86GetInterruptState.c +++ b/MdePkg/Library/BaseLib/x86GetInterruptState.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/x86MemoryFence.c b/MdePkg/Library/BaseLib/x86MemoryFence.c index 6849628c1d..d9646811d5 100644 --- a/MdePkg/Library/BaseLib/x86MemoryFence.c +++ b/MdePkg/Library/BaseLib/x86MemoryFence.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** diff --git a/MdePkg/Library/BaseLib/x86Msr.c b/MdePkg/Library/BaseLib/x86Msr.c index c9bf679fa8..60d0087ad9 100644 --- a/MdePkg/Library/BaseLib/x86Msr.c +++ b/MdePkg/Library/BaseLib/x86Msr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/x86ReadGdtr.c b/MdePkg/Library/BaseLib/x86ReadGdtr.c index 8afcecb057..80d35863cf 100644 --- a/MdePkg/Library/BaseLib/x86ReadGdtr.c +++ b/MdePkg/Library/BaseLib/x86ReadGdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/x86ReadIdtr.c b/MdePkg/Library/BaseLib/x86ReadIdtr.c index 36a64a7dd6..dc6cfa5c44 100644 --- a/MdePkg/Library/BaseLib/x86ReadIdtr.c +++ b/MdePkg/Library/BaseLib/x86ReadIdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/x86Thunk.c b/MdePkg/Library/BaseLib/x86Thunk.c index 79f96cae69..c982ee3e06 100644 --- a/MdePkg/Library/BaseLib/x86Thunk.c +++ b/MdePkg/Library/BaseLib/x86Thunk.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseLib/x86WriteGdtr.c b/MdePkg/Library/BaseLib/x86WriteGdtr.c index c6ac972087..d513ec19e5 100644 --- a/MdePkg/Library/BaseLib/x86WriteGdtr.c +++ b/MdePkg/Library/BaseLib/x86WriteGdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseLib/x86WriteIdtr.c b/MdePkg/Library/BaseLib/x86WriteIdtr.c index 0451acbcd4..a25c9885a9 100644 --- a/MdePkg/Library/BaseLib/x86WriteIdtr.c +++ b/MdePkg/Library/BaseLib/x86WriteIdtr.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "BaseLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/CompareMemWrapper.c b/MdePkg/Library/BaseMemoryLib/CompareMemWrapper.c index 61b01096b2..12bd4c2d46 100644 --- a/MdePkg/Library/BaseMemoryLib/CompareMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLib/CompareMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/CopyMem.c b/MdePkg/Library/BaseMemoryLib/CopyMem.c index bb8787eac7..9a8d91cdfa 100644 --- a/MdePkg/Library/BaseMemoryLib/CopyMem.c +++ b/MdePkg/Library/BaseMemoryLib/CopyMem.c @@ -15,9 +15,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/CopyMemWrapper.c b/MdePkg/Library/BaseMemoryLib/CopyMemWrapper.c index f957c8c850..0164aad941 100644 --- a/MdePkg/Library/BaseMemoryLib/CopyMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLib/CopyMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/MemLibGeneric.c b/MdePkg/Library/BaseMemoryLib/MemLibGeneric.c index c6d109a0bb..3f135c837d 100644 --- a/MdePkg/Library/BaseMemoryLib/MemLibGeneric.c +++ b/MdePkg/Library/BaseMemoryLib/MemLibGeneric.c @@ -18,9 +18,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/MemLibGuid.c b/MdePkg/Library/BaseMemoryLib/MemLibGuid.c index cbc546fa80..6252f63ada 100644 --- a/MdePkg/Library/BaseMemoryLib/MemLibGuid.c +++ b/MdePkg/Library/BaseMemoryLib/MemLibGuid.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseMemoryLib/ScanMem16Wrapper.c b/MdePkg/Library/BaseMemoryLib/ScanMem16Wrapper.c index c9eb0c49e0..d2f6761d6c 100644 --- a/MdePkg/Library/BaseMemoryLib/ScanMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLib/ScanMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/ScanMem32Wrapper.c b/MdePkg/Library/BaseMemoryLib/ScanMem32Wrapper.c index 797879c0b1..7f42daf6c8 100644 --- a/MdePkg/Library/BaseMemoryLib/ScanMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLib/ScanMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/ScanMem64Wrapper.c b/MdePkg/Library/BaseMemoryLib/ScanMem64Wrapper.c index 076bb34f1b..def2ce93ee 100644 --- a/MdePkg/Library/BaseMemoryLib/ScanMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLib/ScanMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/ScanMem8Wrapper.c b/MdePkg/Library/BaseMemoryLib/ScanMem8Wrapper.c index dc5f3e960f..215cbc510e 100644 --- a/MdePkg/Library/BaseMemoryLib/ScanMem8Wrapper.c +++ b/MdePkg/Library/BaseMemoryLib/ScanMem8Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/SetMem.c b/MdePkg/Library/BaseMemoryLib/SetMem.c index 90780deb51..a4f783fde6 100644 --- a/MdePkg/Library/BaseMemoryLib/SetMem.c +++ b/MdePkg/Library/BaseMemoryLib/SetMem.c @@ -15,9 +15,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/SetMem16Wrapper.c b/MdePkg/Library/BaseMemoryLib/SetMem16Wrapper.c index 9877d2f0c5..5e7c4baefc 100644 --- a/MdePkg/Library/BaseMemoryLib/SetMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLib/SetMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/SetMem32Wrapper.c b/MdePkg/Library/BaseMemoryLib/SetMem32Wrapper.c index ed63a01497..388c0eb316 100644 --- a/MdePkg/Library/BaseMemoryLib/SetMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLib/SetMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/SetMem64Wrapper.c b/MdePkg/Library/BaseMemoryLib/SetMem64Wrapper.c index 4e3fc75852..10f489e69b 100644 --- a/MdePkg/Library/BaseMemoryLib/SetMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLib/SetMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/SetMemWrapper.c b/MdePkg/Library/BaseMemoryLib/SetMemWrapper.c index 63e7f22085..7ef3298a9b 100644 --- a/MdePkg/Library/BaseMemoryLib/SetMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLib/SetMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLib/ZeroMemWrapper.c b/MdePkg/Library/BaseMemoryLib/ZeroMemWrapper.c index e24b106e76..0979fc507e 100644 --- a/MdePkg/Library/BaseMemoryLib/ZeroMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLib/ZeroMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/CompareMemWrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/CompareMemWrapper.c index 61b01096b2..12bd4c2d46 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/CompareMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/CompareMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/CopyMemWrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/CopyMemWrapper.c index 09c18255aa..80feff7c98 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/CopyMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/CopyMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/MemLibGuid.c b/MdePkg/Library/BaseMemoryLibOptDxe/MemLibGuid.c index cbc546fa80..6252f63ada 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/MemLibGuid.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/MemLibGuid.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem16Wrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem16Wrapper.c index 82a3528228..ace0b49bd5 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem32Wrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem32Wrapper.c index de744d54e7..40064ed8df 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem64Wrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem64Wrapper.c index 6e7c34af60..f900c3b4bb 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem8Wrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem8Wrapper.c index dc5f3e960f..215cbc510e 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem8Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem8Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/SetMem16Wrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/SetMem16Wrapper.c index 0a9936bb9a..2d11ae4faa 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/SetMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/SetMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/SetMem32Wrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/SetMem32Wrapper.c index d0015a3992..5fba2024d6 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/SetMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/SetMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/SetMem64Wrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/SetMem64Wrapper.c index 408c074624..b165895739 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/SetMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/SetMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/SetMemWrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/SetMemWrapper.c index 63e7f22085..7ef3298a9b 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/SetMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/SetMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/ZeroMemWrapper.c b/MdePkg/Library/BaseMemoryLibOptDxe/ZeroMemWrapper.c index 9f90ba98ee..a0b30d164d 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/ZeroMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptDxe/ZeroMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c index 61b01096b2..12bd4c2d46 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/CopyMemWrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/CopyMemWrapper.c index 09c18255aa..80feff7c98 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/CopyMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/CopyMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/MemLibGuid.c b/MdePkg/Library/BaseMemoryLibOptPei/MemLibGuid.c index 9386e751ce..45ff4193c1 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/MemLibGuid.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/MemLibGuid.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem16Wrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem16Wrapper.c index 82a3528228..ace0b49bd5 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c index de744d54e7..40064ed8df 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem64Wrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem64Wrapper.c index 6e7c34af60..f900c3b4bb 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem8Wrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem8Wrapper.c index dc5f3e960f..215cbc510e 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem8Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem8Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/SetMem16Wrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/SetMem16Wrapper.c index 0a9936bb9a..2d11ae4faa 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/SetMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/SetMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/SetMem32Wrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/SetMem32Wrapper.c index d0015a3992..5fba2024d6 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/SetMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/SetMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/SetMem64Wrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/SetMem64Wrapper.c index 408c074624..b165895739 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/SetMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/SetMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/SetMemWrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/SetMemWrapper.c index 63e7f22085..7ef3298a9b 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/SetMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/SetMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibOptPei/ZeroMemWrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/ZeroMemWrapper.c index 9f90ba98ee..a0b30d164d 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/ZeroMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/ZeroMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c index 61b01096b2..12bd4c2d46 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c index 09c18255aa..80feff7c98 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c b/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c index 9386e751ce..45ff4193c1 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c index 82a3528228..ace0b49bd5 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c index de744d54e7..40064ed8df 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c index 6e7c34af60..f900c3b4bb 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c index dc5f3e960f..215cbc510e 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c index 0a9936bb9a..2d11ae4faa 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c index d0015a3992..5fba2024d6 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c index 408c074624..b165895739 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c index 63e7f22085..7ef3298a9b 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c b/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c index 9f90ba98ee..a0b30d164d 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/CompareMemWrapper.c b/MdePkg/Library/BaseMemoryLibSse2/CompareMemWrapper.c index 61b01096b2..12bd4c2d46 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/CompareMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/CompareMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/CopyMemWrapper.c b/MdePkg/Library/BaseMemoryLibSse2/CopyMemWrapper.c index 09c18255aa..80feff7c98 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/CopyMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/CopyMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c b/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c index dcf8d78d7e..25d705f5b0 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c +++ b/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" /** diff --git a/MdePkg/Library/BaseMemoryLibSse2/ScanMem16Wrapper.c b/MdePkg/Library/BaseMemoryLibSse2/ScanMem16Wrapper.c index 82a3528228..ace0b49bd5 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/ScanMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/ScanMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/ScanMem32Wrapper.c b/MdePkg/Library/BaseMemoryLibSse2/ScanMem32Wrapper.c index de744d54e7..40064ed8df 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/ScanMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/ScanMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/ScanMem64Wrapper.c b/MdePkg/Library/BaseMemoryLibSse2/ScanMem64Wrapper.c index 6e7c34af60..f900c3b4bb 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/ScanMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/ScanMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/ScanMem8Wrapper.c b/MdePkg/Library/BaseMemoryLibSse2/ScanMem8Wrapper.c index dc5f3e960f..215cbc510e 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/ScanMem8Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/ScanMem8Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/SetMem16Wrapper.c b/MdePkg/Library/BaseMemoryLibSse2/SetMem16Wrapper.c index 0a9936bb9a..2d11ae4faa 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/SetMem16Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/SetMem16Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/SetMem32Wrapper.c b/MdePkg/Library/BaseMemoryLibSse2/SetMem32Wrapper.c index d0015a3992..5fba2024d6 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/SetMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/SetMem32Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/SetMem64Wrapper.c b/MdePkg/Library/BaseMemoryLibSse2/SetMem64Wrapper.c index 408c074624..b165895739 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/SetMem64Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/SetMem64Wrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/SetMemWrapper.c b/MdePkg/Library/BaseMemoryLibSse2/SetMemWrapper.c index 63e7f22085..7ef3298a9b 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/SetMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/SetMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BaseMemoryLibSse2/ZeroMemWrapper.c b/MdePkg/Library/BaseMemoryLibSse2/ZeroMemWrapper.c index 9f90ba98ee..a0b30d164d 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/ZeroMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibSse2/ZeroMemWrapper.c @@ -21,9 +21,7 @@ **/ -// -// Include common header file for this module. -// + #include "MemLibInternals.h" diff --git a/MdePkg/Library/BasePeCoffLib/BasePeCoff.c b/MdePkg/Library/BasePeCoffLib/BasePeCoff.c index d46178dd25..ea45ff745d 100644 --- a/MdePkg/Library/BasePeCoffLib/BasePeCoff.c +++ b/MdePkg/Library/BasePeCoffLib/BasePeCoff.c @@ -15,9 +15,7 @@ **/ -// -// Include common header file for this module. -// + #include "BasePeCoffLibInternals.h" diff --git a/MdePkg/Library/BasePrintLib/PrintLib.c b/MdePkg/Library/BasePrintLib/PrintLib.c index c2f1b5119c..71dcdbab95 100644 --- a/MdePkg/Library/BasePrintLib/PrintLib.c +++ b/MdePkg/Library/BasePrintLib/PrintLib.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "PrintLibInternal.h" diff --git a/MdePkg/Library/BasePrintLib/PrintLibInternal.c b/MdePkg/Library/BasePrintLib/PrintLibInternal.c index 572819e041..e1e8c08c55 100644 --- a/MdePkg/Library/BasePrintLib/PrintLibInternal.c +++ b/MdePkg/Library/BasePrintLib/PrintLibInternal.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "PrintLibInternal.h" diff --git a/MdePkg/Library/CpuLib/Ia32/CpuFlushTlb.c b/MdePkg/Library/CpuLib/Ia32/CpuFlushTlb.c index b0f154bce5..ff3cf82172 100644 --- a/MdePkg/Library/CpuLib/Ia32/CpuFlushTlb.c +++ b/MdePkg/Library/CpuLib/Ia32/CpuFlushTlb.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + /** Flush TLB of current processor. diff --git a/MdePkg/Library/UefiLib/Console.c b/MdePkg/Library/UefiLib/Console.c index 737c69b46e..ef4419bbb7 100644 --- a/MdePkg/Library/UefiLib/Console.c +++ b/MdePkg/Library/UefiLib/Console.c @@ -14,9 +14,7 @@ -// -// Include common header file for this module. -// + #include "UefiLibInternal.h" typedef struct { diff --git a/MdePkg/Library/UefiLib/UefiDriverModel.c b/MdePkg/Library/UefiLib/UefiDriverModel.c index 2153aad337..11e440f95b 100644 --- a/MdePkg/Library/UefiLib/UefiDriverModel.c +++ b/MdePkg/Library/UefiLib/UefiDriverModel.c @@ -13,9 +13,7 @@ **/ -// -// Include common header file for this module. -// + #include "UefiLibInternal.h" /** diff --git a/MdePkg/Library/UefiLib/UefiLib.c b/MdePkg/Library/UefiLib/UefiLib.c index e3fff09de3..a58878e5d3 100644 --- a/MdePkg/Library/UefiLib/UefiLib.c +++ b/MdePkg/Library/UefiLib/UefiLib.c @@ -12,9 +12,7 @@ **/ -// -// Include common header file for this module. -// + #include "UefiLibInternal.h" /** diff --git a/MdePkg/Library/UefiLib/UefiLibPrint.c b/MdePkg/Library/UefiLib/UefiLibPrint.c index 3787431c67..87219de7f1 100644 --- a/MdePkg/Library/UefiLib/UefiLibPrint.c +++ b/MdePkg/Library/UefiLib/UefiLibPrint.c @@ -13,9 +13,7 @@ **/ -// -// Include common header file for this module. -// + #include "UefiLibInternal.h" /** diff --git a/MdePkg/Library/UefiLib/UefiNotTiano.c b/MdePkg/Library/UefiLib/UefiNotTiano.c index 4587b136ad..8f52f6e81c 100644 --- a/MdePkg/Library/UefiLib/UefiNotTiano.c +++ b/MdePkg/Library/UefiLib/UefiNotTiano.c @@ -18,9 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// Include common header file for this module. -// + #include "UefiLibInternal.h" /** -- 2.39.2