Re: [PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache"

From: Arnaldo Carvalho de Melo
Date: Fri Sep 24 2021 - 14:57:33 EST


Em Sat, Sep 18, 2021 at 12:46:16PM -0700, Ian Rogers escreveu:
> On Thu, Sep 16, 2021 at 1:13 AM Colin King <colin.king@xxxxxxxxxxxxx> wrote:
> >
> > From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> >
> > There is a spelling mistake in the description text, fix it.
> >
> > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Acked-by: Ian Rogers <irogers@xxxxxxxxxx>

Thanks, applied.

- Arnaldo


> Thanks,
> Ian
>
> > ---
> > 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