MdeModulePkg/Core: Coding style clean-up

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Jian J Wang 2017-12-26 08:43:30 +08:00 committed by Star Zeng
parent 47595ac0b9
commit 9db7e9fd97
1 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,11 @@ EnableExecuteDisableBit (
The function will check if page table entry should be splitted to smaller
granularity.
@param Address Physical memory address.
@param Size Size of the given physical memory.
@param StackBase Base address of stack.
@param StackSize Size of stack.
@retval TRUE Page table should be split.
@retval FALSE Page table should not be split.
**/