mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
MdeModulePkg/DxeIplPeim: Refine coding style in function comments
Make the comments align with the function. And add some missing function comments. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Eric Dong <eric.dong@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
71d047b483
commit
382aeac2c8
@ -246,7 +246,7 @@ Decompress (
|
|||||||
This function traverses the whole HOB list to check if memory from 0 to 4095
|
This function traverses the whole HOB list to check if memory from 0 to 4095
|
||||||
exists and has not been allocated, and then clear it if so.
|
exists and has not been allocated, and then clear it if so.
|
||||||
|
|
||||||
@param HoStart The start of HobList passed to DxeCore.
|
@param HobStart The start of HobList passed to DxeCore.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
@ -255,7 +255,7 @@ ClearFirst4KPage (
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Return configure status of NULL pointer detection feature
|
Return configure status of NULL pointer detection feature.
|
||||||
|
|
||||||
@return TRUE NULL pointer detection feature is enabled
|
@return TRUE NULL pointer detection feature is enabled
|
||||||
@return FALSE NULL pointer detection feature is disabled
|
@return FALSE NULL pointer detection feature is disabled
|
||||||
|
@ -37,7 +37,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
This function traverses the whole HOB list to check if memory from 0 to 4095
|
This function traverses the whole HOB list to check if memory from 0 to 4095
|
||||||
exists and has not been allocated, and then clear it if so.
|
exists and has not been allocated, and then clear it if so.
|
||||||
|
|
||||||
@param HoStart The start of HobList passed to DxeCore.
|
@param HobStart The start of HobList passed to DxeCore.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
@ -86,6 +86,13 @@ ClearFirst4KPage (
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
Return configure status of NULL pointer detection feature.
|
||||||
|
|
||||||
|
@return TRUE NULL pointer detection feature is enabled
|
||||||
|
@return FALSE NULL pointer detection feature is disabled
|
||||||
|
|
||||||
|
**/
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
IsNullDetectionEnabled (
|
IsNullDetectionEnabled (
|
||||||
VOID
|
VOID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user