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:
Dandan Bi 2017-10-19 15:48:56 +08:00 committed by Eric Dong
parent 382aeac2c8
commit f6194f5a64
2 changed files with 2 additions and 2 deletions

View File

@ -375,7 +375,7 @@ MtrrSetMemoryAttributeInMtrrSettings (
When range overlap happens, the last one takes higher priority. When range overlap happens, the last one takes higher priority.
When the function returns, either all the attributes are set successfully, When the function returns, either all the attributes are set successfully,
or none of them is set. 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_SUCCESS The attributes were set for all the memory ranges.
@retval RETURN_INVALID_PARAMETER Length in any range is zero. @retval RETURN_INVALID_PARAMETER Length in any range is zero.

View File

@ -2158,7 +2158,7 @@ MtrrLibSetBelow1MBMemoryAttribute (
When range overlap happens, the last one takes higher priority. When range overlap happens, the last one takes higher priority.
When the function returns, either all the attributes are set successfully, When the function returns, either all the attributes are set successfully,
or none of them is set. 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_SUCCESS The attributes were set for all the memory ranges.
@retval RETURN_INVALID_PARAMETER Length in any range is zero. @retval RETURN_INVALID_PARAMETER Length in any range is zero.