diff options
author | Star Zeng <star.zeng@intel.com> | 2018-07-30 17:47:57 +0800 |
---|---|---|
committer | Kinney, Michael D <michael.d.kinney@intel.com> | 2018-08-02 14:46:19 -0700 |
commit | a6d73269b134116cfb84830d81f5ac2a389eb91b (patch) | |
tree | ccedb43710017665d3b2eba0330aa7729f11939c /FmpDevicePkg/FmpDxe/VariableSupport.c | |
parent | 559b5d5283ac6c0890b35e8684963e35f57f79b9 (diff) | |
download | edk2-a6d73269b134116cfb84830d81f5ac2a389eb91b.tar.gz |
FmpDevicePkg: Fix code style issue
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'FmpDevicePkg/FmpDxe/VariableSupport.c')
-rw-r--r-- | FmpDevicePkg/FmpDxe/VariableSupport.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FmpDevicePkg/FmpDxe/VariableSupport.c b/FmpDevicePkg/FmpDxe/VariableSupport.c index 6a4330ad6a..b7e4cb9896 100644 --- a/FmpDevicePkg/FmpDxe/VariableSupport.c +++ b/FmpDevicePkg/FmpDxe/VariableSupport.c @@ -1,4 +1,4 @@ -/** @file
+/** @file
UEFI variable support functions for Firmware Management Protocol based
firmware updates.
@@ -305,8 +305,8 @@ SetVersionInVariable ( UEFI Variable accessed: GUID = gEfiCallerIdGuid, Name = L"FmpLsv"
- @param[in] LowestSupported The lowest supported version of the firmware image
- in the firmware device.
+ @param[in] LowestSupportedVersion The lowest supported version of the firmware image
+ in the firmware device.
**/
VOID
|