mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/MtrrLib: Make comments align with function
Cc: Eric Dong <eric.dong@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
382aeac2c8
commit
f6194f5a64
|
@ -375,7 +375,7 @@ MtrrSetMemoryAttributeInMtrrSettings (
|
|||
When range overlap happens, the last one takes higher priority.
|
||||
When the function returns, either all the attributes are set successfully,
|
||||
or none of them is set.
|
||||
@param[in] Count of MTRR_MEMORY_RANGE.
|
||||
@param[in] RangeCount Count of MTRR_MEMORY_RANGE.
|
||||
|
||||
@retval RETURN_SUCCESS The attributes were set for all the memory ranges.
|
||||
@retval RETURN_INVALID_PARAMETER Length in any range is zero.
|
||||
|
|
|
@ -2158,7 +2158,7 @@ MtrrLibSetBelow1MBMemoryAttribute (
|
|||
When range overlap happens, the last one takes higher priority.
|
||||
When the function returns, either all the attributes are set successfully,
|
||||
or none of them is set.
|
||||
@param[in] Count of MTRR_MEMORY_RANGE.
|
||||
@param[in] RangeCount Count of MTRR_MEMORY_RANGE.
|
||||
|
||||
@retval RETURN_SUCCESS The attributes were set for all the memory ranges.
|
||||
@retval RETURN_INVALID_PARAMETER Length in any range is zero.
|
||||
|
|
Loading…
Reference in New Issue