mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
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
|
VOID
|
||||||
DisableNullDetection (
|
DisableNullDetection (
|
||||||
VOID
|
VOID
|
||||||
@ -1780,8 +1780,8 @@ DisableNullDetection (
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Enable NULL pointer detection
|
Enable NULL pointer detection.
|
||||||
*/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EnableNullDetection (
|
EnableNullDetection (
|
||||||
VOID
|
VOID
|
||||||
|
@ -794,8 +794,8 @@ ToggleEndOfDxeStatus (
|
|||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Enable NULL pointer detection
|
Enable NULL pointer detection.
|
||||||
*/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EnableNullDetection (
|
EnableNullDetection (
|
||||||
VOID
|
VOID
|
||||||
@ -844,8 +844,8 @@ EnableNullDetection (
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Disable NULL pointer detection
|
Disable NULL pointer detection.
|
||||||
*/
|
**/
|
||||||
VOID
|
VOID
|
||||||
DisableNullDetection (
|
DisableNullDetection (
|
||||||
VOID
|
VOID
|
||||||
|
@ -1545,16 +1545,16 @@ LegacyBiosInstallVgaRom (
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Enable NULL pointer detection
|
Enable NULL pointer detection.
|
||||||
*/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EnableNullDetection (
|
EnableNullDetection (
|
||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Disable NULL pointer detection
|
Disable NULL pointer detection.
|
||||||
*/
|
**/
|
||||||
VOID
|
VOID
|
||||||
DisableNullDetection (
|
DisableNullDetection (
|
||||||
VOID
|
VOID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user