mirror of https://github.com/acidanthera/audk.git
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 <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com>
This commit is contained in:
parent
83d6207f99
commit
93373079b5
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue