summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe/Capsules.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/Capsules.c')
-rw-r--r--MdeModulePkg/Universal/BdsDxe/Capsules.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/Capsules.c b/MdeModulePkg/Universal/BdsDxe/Capsules.c
index 4aeb65de33..0ecf3a6f03 100644
--- a/MdeModulePkg/Universal/BdsDxe/Capsules.c
+++ b/MdeModulePkg/Universal/BdsDxe/Capsules.c
@@ -19,8 +19,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@param CpuIo A instance of EFI_CPU_IO_PROTOCOL.
@param Base The base address flash region to be locked.
- @return VOID No return.
-
**/
VOID
BdsLockFv (
@@ -82,6 +80,7 @@ BdsLockFv (
need to do this if an earlier update went awry and we need to
clear the capsule variable so on the next reset PEI does not see it and
think there is a capsule available.
+ @retval EFI_SUCCESS There is no error when processing capsule
**/
EFI_STATUS