From 93373079b5f9825ee3fb6ab14f7ab9deb13bf19f Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Tue, 30 Jul 2019 16:14:54 +0800 Subject: [PATCH] MdeModulePkg: Fix typos and add periods 1.Update @parm to @param in function comments in Presentation.c. 2.Add missing period (.) in some function comments. Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Shenglei Zhang Reviewed-by: Jian J Wang Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Dandan Bi --- MdeModulePkg/Include/Library/CapsuleLib.h | 2 +- MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Include/Library/CapsuleLib.h b/MdeModulePkg/Include/Library/CapsuleLib.h index 7a5414c80f..0f41642576 100644 --- a/MdeModulePkg/Include/Library/CapsuleLib.h +++ b/MdeModulePkg/Include/Library/CapsuleLib.h @@ -101,7 +101,7 @@ CoDCheckCapsuleOnDiskFlag( ); /** - This routine is called to clear CapsuleOnDisk flags including OsIndications and BootNext variable + This routine is called to clear CapsuleOnDisk flags including OsIndications and BootNext variable. @retval EFI_SUCCESS All Capsule On Disk flags are cleared diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c index 7c36a6f2b7..bafee4c612 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c @@ -21,9 +21,9 @@ FORM_DISPLAY_ENGINE_FORM gDisplayFormData; BOOLEAN mFinishRetrieveCall = FALSE; /** - Check whether the ConfigAccess protocol is available + Check whether the ConfigAccess protocol is available. - @parm FormSet FormSet of which the ConfigAcces protocol need to be checked. + @param FormSet FormSet of which the ConfigAcces protocol need to be checked. @retval EFI_SUCCESS The function executed successfully.