Reviewed-by: Ray Ni <[email protected]> > -----Original Message----- > From: Dong, Eric <[email protected]> > Sent: Friday, March 1, 2019 1:40 PM > To: [email protected] > Cc: Ni, Ray <[email protected]>; Laszlo Ersek <[email protected]> > Subject: [Patch v2 4/4] UefiCpuPkg/RegisterCpuFeaturesLib: Correct comments. > > Cc: Ray Ni <[email protected]> > Cc: Laszlo Ersek <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Eric Dong <[email protected]> > --- > UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git > a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c > b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c > index 3e8e899766..a78ef44491 100644 > --- a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c > +++ b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c > @@ -1174,8 +1174,8 @@ PreSmmCpuRegisterTableWrite ( > @param[in] CpuBitMaskSize The size of CPU feature bit mask buffer > @param[in] Feature The bit number of the CPU feature > > - @retval TRUE The CPU feature is set in PcdCpuFeaturesSupport. > - @retval FALSE The CPU feature is not set in PcdCpuFeaturesSupport. > + @retval TRUE The CPU feature is set in CpuBitMask. > + @retval FALSE The CPU feature is not set in CpuBitMask. > > **/ > BOOLEAN > -- > 2.15.0.windows.1
_______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

