mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
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:
parent
0a58c9a391
commit
9c33f16f8c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user