IntelFrameworkModulePkg/Csm: Refine coding style in comments

Make the comments follow Edk2 coding style:
1. Make the comments starts with /** and end with **/.
2. Make the comments descrition end with '.'

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
Dandan Bi 2017-10-19 15:30:23 +08:00 committed by Eric Dong
parent d8e36289ce
commit 2f909679b0
3 changed files with 12 additions and 12 deletions

View File

@ -1733,8 +1733,8 @@ CheckKeyboardConnect (
}
/**
Disable NULL pointer detection
*/
Disable NULL pointer detection.
**/
VOID
DisableNullDetection (
VOID
@ -1780,8 +1780,8 @@ DisableNullDetection (
}
/**
Enable NULL pointer detection
*/
Enable NULL pointer detection.
**/
VOID
EnableNullDetection (
VOID

View File

@ -794,8 +794,8 @@ ToggleEndOfDxeStatus (
//
/**
Enable NULL pointer detection
*/
Enable NULL pointer detection.
**/
VOID
EnableNullDetection (
VOID
@ -844,8 +844,8 @@ EnableNullDetection (
}
/**
Disable NULL pointer detection
*/
Disable NULL pointer detection.
**/
VOID
DisableNullDetection (
VOID

View File

@ -1545,16 +1545,16 @@ LegacyBiosInstallVgaRom (
);
/**
Enable NULL pointer detection
*/
Enable NULL pointer detection.
**/
VOID
EnableNullDetection (
VOID
);
/**
Disable NULL pointer detection
*/
Disable NULL pointer detection.
**/
VOID
DisableNullDetection (
VOID