UefiCpuPkg: Update the coding styles

In MpLib.c, remove the white space on a new line.
In PageTbl.c and PiSmmCpuDxeSmm.h, update the comment style.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Shenglei Zhang 2019-11-14 16:30:10 +05:30 committed by mergify[bot]
parent 0a58c9a391
commit 9c33f16f8c
4 changed files with 4 additions and 4 deletions

View File

@ -475,7 +475,7 @@ CollectProcessorCount (
CpuPause ();
}
//
// Enable x2APIC mode if
// 1. Number of CPU is greater than 255; or

View File

@ -342,7 +342,7 @@ RestoreCr2 (
@retval TRUE Access to non-SMRAM is restricted.
@retval FALSE Access to non-SMRAM is not restricted.
*/
**/
BOOLEAN
IsRestrictedMemoryAccess (
VOID

View File

@ -1455,7 +1455,7 @@ InitializeDataForMmMp (
@retval TRUE Access to non-SMRAM is restricted.
@retval FALSE Access to non-SMRAM is not restricted.
*/
**/
BOOLEAN
IsRestrictedMemoryAccess (
VOID

View File

@ -1275,7 +1275,7 @@ RestoreCr2 (
@retval TRUE Access to non-SMRAM is restricted.
@retval FALSE Access to non-SMRAM is not restricted.
*/
**/
BOOLEAN
IsRestrictedMemoryAccess (
VOID