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:
parent
d8e36289ce
commit
2f909679b0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue