]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/Core: Coding style clean-up
authorJian J Wang <jian.j.wang@intel.com>
Tue, 26 Dec 2017 00:43:30 +0000 (08:43 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 26 Dec 2017 01:44:14 +0000 (09:44 +0800)
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>
MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c

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