[PATCH] s390: Correct typo CYLCE

Antonia Jonas posted 1 patch 1 month, 3 weeks ago
arch/s390/kernel/perf_cpum_cf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] s390: Correct typo CYLCE
Posted by Antonia Jonas 1 month, 3 weeks ago
Signed-off-by: Antonia Jonas <antonia@toertel.de>
---
 arch/s390/kernel/perf_cpum_cf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/s390/kernel/perf_cpum_cf.c b/arch/s390/kernel/perf_cpum_cf.c
index e2e0aa463fbd..b32da69c2281 100644
--- a/arch/s390/kernel/perf_cpum_cf.c
+++ b/arch/s390/kernel/perf_cpum_cf.c
@@ -835,7 +835,7 @@ static int __hw_perf_event_init(struct perf_event *event, unsigned int type)
 	return validate_ctr_version(hwc->config, set);
 }
 
-/* Events CPU_CYLCES and INSTRUCTIONS can be submitted with two different
+/* Events CPU_CYCLES and INSTRUCTIONS can be submitted with two different
  * attribute::type values:
  * - PERF_TYPE_HARDWARE:
  * - pmu->type:
-- 
2.43.0
Re: [PATCH] s390: Correct typo CYLCE
Posted by Heiko Carstens 1 month, 2 weeks ago
On Thu, Oct 03, 2024 at 01:56:40PM +0200, Antonia Jonas wrote:
> Signed-off-by: Antonia Jonas <antonia@toertel.de>
> ---
>  arch/s390/kernel/perf_cpum_cf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.