]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Change OPTIONAL keyword usage style
authorMichael D Kinney <michael.d.kinney@intel.com>
Fri, 3 Dec 2021 02:00:50 +0000 (18:00 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 7 Dec 2021 17:24:28 +0000 (17:24 +0000)
commitd0e2f8232a26453fc0191629ed44ff2a46ea073e
tree0a1ee9b5ba30087f1a37933da15195e3a24a5d80
parente3917e22e769898bb0d08d0112e768437f1ff9fb
MdePkg: Change OPTIONAL keyword usage style

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3760

Update all use of ', OPTIONAL' to ' OPTIONAL,' for function params.

Cc: Andrew Fish <afish@apple.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
87 files changed:
MdePkg/Include/Library/BaseLib.h
MdePkg/Include/Library/DevicePathLib.h
MdePkg/Include/Library/ExtractGuidedSectionLib.h
MdePkg/Include/Library/HobLib.h
MdePkg/Include/Library/HstiLib.h
MdePkg/Include/Library/PcdLib.h
MdePkg/Include/Library/PeiServicesLib.h
MdePkg/Include/Library/PerformanceLib.h
MdePkg/Include/Library/SmiHandlerProfileLib.h
MdePkg/Include/Library/SmmPeriodicSmiLib.h
MdePkg/Include/Library/TimerLib.h
MdePkg/Include/Library/UefiLib.h
MdePkg/Include/Library/UefiScsiLib.h
MdePkg/Include/Ppi/Pcd.h
MdePkg/Include/Ppi/Smbus2.h
MdePkg/Include/Protocol/BluetoothLeConfig.h
MdePkg/Include/Protocol/FormBrowser2.h
MdePkg/Include/Protocol/GraphicsOutput.h
MdePkg/Include/Protocol/HiiConfigKeyword.h
MdePkg/Include/Protocol/HiiDatabase.h
MdePkg/Include/Protocol/HiiFont.h
MdePkg/Include/Protocol/HiiString.h
MdePkg/Include/Protocol/HttpUtilities.h
MdePkg/Include/Protocol/Pcd.h
MdePkg/Include/Protocol/PciHotPlugInit.h
MdePkg/Include/Protocol/PciIo.h
MdePkg/Include/Protocol/PiPcd.h
MdePkg/Include/Protocol/PxeBaseCode.h
MdePkg/Include/Protocol/RegularExpressionProtocol.h
MdePkg/Include/Protocol/Rng.h
MdePkg/Include/Protocol/Security2.h
MdePkg/Include/Protocol/SmbusHc.h
MdePkg/Include/Protocol/Supplicant.h
MdePkg/Include/Protocol/Tls.h
MdePkg/Include/Protocol/TlsConfig.h
MdePkg/Include/Protocol/UgaDraw.h
MdePkg/Include/Uefi/UefiSpec.h
MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c
MdePkg/Library/BaseLib/BaseLibInternals.h
MdePkg/Library/BaseLib/Ebc/SwitchStack.c
MdePkg/Library/BaseLib/Ia32/CpuId.c
MdePkg/Library/BaseLib/Ia32/CpuIdEx.c
MdePkg/Library/BaseLib/Ia32/DisablePaging32.c
MdePkg/Library/BaseLib/Ia32/EnablePaging32.c
MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.c
MdePkg/Library/BaseLib/Ia32/Non-existing.c
MdePkg/Library/BaseLib/RiscV64/InternalSwitchStack.c
MdePkg/Library/BaseLib/SafeString.c
MdePkg/Library/BaseLib/SwitchStack.c
MdePkg/Library/BaseLib/X64/Non-existing.c
MdePkg/Library/BaseLib/X86DisablePaging32.c
MdePkg/Library/BaseLib/X86DisablePaging64.c
MdePkg/Library/BaseLib/X86EnablePaging32.c
MdePkg/Library/BaseLib/X86EnablePaging64.c
MdePkg/Library/BaseLib/X86UnitTestHost.c
MdePkg/Library/BasePcdLibNull/PcdLib.c
MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
MdePkg/Library/BasePrintLib/PrintLibInternal.c
MdePkg/Library/BasePrintLib/PrintLibInternal.h
MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c
MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.c
MdePkg/Library/DxeCoreHobLib/HobLib.c
MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
MdePkg/Library/DxeHobLib/HobLib.c
MdePkg/Library/DxeHstiLib/HstiDxe.c
MdePkg/Library/DxePcdLib/DxePcdLib.c
MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c
MdePkg/Library/PeiHobLib/HobLib.c
MdePkg/Library/PeiPcdLib/PeiPcdLib.c
MdePkg/Library/PeiServicesLib/PeiServicesLib.c
MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c
MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c
MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c
MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.h
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.c
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c
MdePkg/Library/UefiLib/Acpi.c
MdePkg/Library/UefiLib/Console.c
MdePkg/Library/UefiLib/UefiDriverModel.c
MdePkg/Library/UefiLib/UefiLib.c
MdePkg/Library/UefiLib/UefiLibPrint.c
MdePkg/Library/UefiLib/UefiNotTiano.c
MdePkg/Library/UefiScsiLib/UefiScsiLib.c
MdePkg/Test/UnitTest/Include/Library/UnitTestHostBaseLib.h