Re: [PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache"
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-09-24 18:57:32
Also in:
kernel-janitors, lkml
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-09-24 18:57:32
Also in:
kernel-janitors, lkml
Em Sat, Sep 18, 2021 at 12:46:16PM -0700, Ian Rogers escreveu:
On Thu, Sep 16, 2021 at 1:13 AM Colin King [off-list ref] wrote:quoted
From: Colin Ian King <redacted> There is a spelling mistake in the description text, fix it. Signed-off-by: Colin Ian King <redacted>Acked-by: Ian Rogers <irogers@google.com>
Thanks, applied. - Arnaldo
Thanks, Ianquoted
--- tools/perf/pmu-events/arch/powerpc/power8/other.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/tools/perf/pmu-events/arch/powerpc/power8/other.json b/tools/perf/pmu-events/arch/powerpc/power8/other.json index 84a0cedf1fd9..f1f2965f6775 100644 --- a/tools/perf/pmu-events/arch/powerpc/power8/other.json +++ b/tools/perf/pmu-events/arch/powerpc/power8/other.json@@ -1046,7 +1046,7 @@ { "EventCode": "0x4e010", "EventName": "PM_GCT_NOSLOT_IC_L3MISS", - "BriefDescription": "Gct empty for this thread due to icach l3 miss", + "BriefDescription": "Gct empty for this thread due to icache l3 miss", "PublicDescription": "" }, { --2.32.0
-- - Arnaldo