summaryrefslogtreecommitdiff
path: root/NetworkPkg/Dhcp4Dxe
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-12-02 18:00:52 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit8874fa199dd7be550f20e3fc78861022eb826728 (patch)
tree7bc82e88d9d55781093dd4306e159cd499e84d88 /NetworkPkg/Dhcp4Dxe
parentd0e2f8232a26453fc0191629ed44ff2a46ea073e (diff)
downloadedk2-8874fa199dd7be550f20e3fc78861022eb826728.zip
edk2-8874fa199dd7be550f20e3fc78861022eb826728.tar.gz
edk2-8874fa199dd7be550f20e3fc78861022eb826728.tar.bz2
NetworkPkg: 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: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Diffstat (limited to 'NetworkPkg/Dhcp4Dxe')
-rw-r--r--NetworkPkg/Dhcp4Dxe/Dhcp4Io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Dhcp4Dxe/Dhcp4Io.c b/NetworkPkg/Dhcp4Dxe/Dhcp4Io.c
index 34c72d6..f073eed 100644
--- a/NetworkPkg/Dhcp4Dxe/Dhcp4Io.c
+++ b/NetworkPkg/Dhcp4Dxe/Dhcp4Io.c
@@ -78,7 +78,7 @@ EFI_STATUS
DhcpCallUser (
IN DHCP_SERVICE *DhcpSb,
IN EFI_DHCP4_EVENT Event,
- IN EFI_DHCP4_PACKET *Packet, OPTIONAL
+ IN EFI_DHCP4_PACKET *Packet OPTIONAL,
OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL
)
{