[edk2-devel] [PATCH] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE'

Zeng, Star posted 1 patch 4 years, 10 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
CryptoPkg/Library/OpensslLib/openssl                | 2 +-
UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[edk2-devel] [PATCH] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE'
Posted by Zeng, Star 4 years, 10 months ago
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1642

This patch fixed typo in CPU_FEATURE_THREE_STRICK_COUNTER.

CPU_FEATURE_THREE_STRICK_COUNTER
->
CPU_FEATURE_THREE_STRIKE_COUNTER

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Chandana Kumar <chandana.c.kumar@intel.com>
Cc: Kevin Li <kevin.y.li@intel.com>
Signed-off-by: Star Zeng <star.zeng@intel.com>
---
 CryptoPkg/Library/OpensslLib/openssl                | 2 +-
 UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CryptoPkg/Library/OpensslLib/openssl b/CryptoPkg/Library/OpensslLib/openssl
index 50eaac9f3337..74f2d9c1ec5f 160000
--- a/CryptoPkg/Library/OpensslLib/openssl
+++ b/CryptoPkg/Library/OpensslLib/openssl
@@ -1 +1 @@
-Subproject commit 50eaac9f3337667259de725451f201e784599687
+Subproject commit 74f2d9c1ec5f5510e1d3da5a9f03c28df0977762
diff --git a/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h b/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h
index 1921543e6b0c..191348d77098 100644
--- a/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h
+++ b/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h
@@ -61,7 +61,7 @@
 #define CPU_FEATURE_IP_PREFETCHER                   (32+5)
 #define CPU_FEATURE_MLC_STREAMER_PREFETCHER         (32+6)
 #define CPU_FEATURE_MLC_SPATIAL_PREFETCHER          (32+7)
-#define CPU_FEATURE_THREE_STRICK_COUNTER            (32+8)
+#define CPU_FEATURE_THREE_STRIKE_COUNTER            (32+8)
 #define CPU_FEATURE_APIC_TPR_UPDATE_MESSAGE         (32+9)
 #define CPU_FEATURE_ENERGY_PERFORMANCE_BIAS         (32+10)
 #define CPU_FEATURE_PPIN                            (32+11)
-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42086): https://edk2.groups.io/g/devel/message/42086
Mute This Topic: https://groups.io/mt/32002564/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE'
Posted by Dong, Eric 4 years, 10 months ago
Reviewed-by: Eric Dong <eric.dong@intel.com>

> -----Original Message-----
> From: Zeng, Star
> Sent: Monday, June 10, 2019 6:24 PM
> To: devel@edk2.groups.io
> Cc: Zeng, Star <star.zeng@intel.com>; Laszlo Ersek <lersek@redhat.com>;
> Dong, Eric <eric.dong@intel.com>; Ni, Ray <ray.ni@intel.com>; Kumar,
> Chandana C <chandana.c.kumar@intel.com>; Li, Kevin Y
> <kevin.y.li@intel.com>
> Subject: [PATCH] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to
> 'STRIKE'
> 
> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1642
> 
> This patch fixed typo in CPU_FEATURE_THREE_STRICK_COUNTER.
> 
> CPU_FEATURE_THREE_STRICK_COUNTER
> ->
> CPU_FEATURE_THREE_STRIKE_COUNTER
> 
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Chandana Kumar <chandana.c.kumar@intel.com>
> Cc: Kevin Li <kevin.y.li@intel.com>
> Signed-off-by: Star Zeng <star.zeng@intel.com>
> ---
>  CryptoPkg/Library/OpensslLib/openssl                | 2 +-
>  UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/CryptoPkg/Library/OpensslLib/openssl
> b/CryptoPkg/Library/OpensslLib/openssl
> index 50eaac9f3337..74f2d9c1ec5f 160000
> --- a/CryptoPkg/Library/OpensslLib/openssl
> +++ b/CryptoPkg/Library/OpensslLib/openssl
> @@ -1 +1 @@
> -Subproject commit 50eaac9f3337667259de725451f201e784599687
> +Subproject commit 74f2d9c1ec5f5510e1d3da5a9f03c28df0977762
> diff --git a/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h
> b/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h
> index 1921543e6b0c..191348d77098 100644
> --- a/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h
> +++ b/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h
> @@ -61,7 +61,7 @@
>  #define CPU_FEATURE_IP_PREFETCHER                   (32+5)
>  #define CPU_FEATURE_MLC_STREAMER_PREFETCHER         (32+6)
>  #define CPU_FEATURE_MLC_SPATIAL_PREFETCHER          (32+7)
> -#define CPU_FEATURE_THREE_STRICK_COUNTER            (32+8)
> +#define CPU_FEATURE_THREE_STRIKE_COUNTER            (32+8)
>  #define CPU_FEATURE_APIC_TPR_UPDATE_MESSAGE         (32+9)
>  #define CPU_FEATURE_ENERGY_PERFORMANCE_BIAS         (32+10)
>  #define CPU_FEATURE_PPIN                            (32+11)
> --
> 2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42135): https://edk2.groups.io/g/devel/message/42135
Mute This Topic: https://groups.io/mt/32002564/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-