]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/MtrrLib: Make comments align with function
authorDandan Bi <dandan.bi@intel.com>
Thu, 19 Oct 2017 07:48:56 +0000 (15:48 +0800)
committerEric Dong <eric.dong@intel.com>
Tue, 24 Oct 2017 01:14:17 +0000 (09:14 +0800)
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>
UefiCpuPkg/Include/Library/MtrrLib.h
UefiCpuPkg/Library/MtrrLib/MtrrLib.c

index d05d8399159f1e48bde3b197ffa9bf92e7f47f70..0bf7d8ed10958f9571549e7b4fffa5fa8e0bbca2 100644 (file)
@@ -375,7 +375,7 @@ MtrrSetMemoryAttributeInMtrrSettings (
                                 When range overlap happens, the last one takes higher priority.\r
                                 When the function returns, either all the attributes are set successfully,\r
                                 or none of them is set.\r
-  @param[in]                    Count of MTRR_MEMORY_RANGE.\r
+  @param[in]      RangeCount    Count of MTRR_MEMORY_RANGE.\r
 \r
   @retval RETURN_SUCCESS            The attributes were set for all the memory ranges.\r
   @retval RETURN_INVALID_PARAMETER  Length in any range is zero.\r
index 8e46e46cd437de8c418d88c5afc7fed761fb9ac4..9c66f93ac2c64fcb9468bb42fd1c9b1e12f90d2d 100644 (file)
@@ -2158,7 +2158,7 @@ MtrrLibSetBelow1MBMemoryAttribute (
                                 When range overlap happens, the last one takes higher priority.\r
                                 When the function returns, either all the attributes are set successfully,\r
                                 or none of them is set.\r
-  @param[in]                    Count of MTRR_MEMORY_RANGE.\r
+  @param[in]       RangeCount   Count of MTRR_MEMORY_RANGE.\r
 \r
   @retval RETURN_SUCCESS            The attributes were set for all the memory ranges.\r
   @retval RETURN_INVALID_PARAMETER  Length in any range is zero.\r