Re: [PATCH] drivers/perf: fix spelling mistake, EACCESS -> EACCES

From: Arnaldo Carvalho de Melo
Date: Mon Oct 29 2018 - 08:34:03 EST


Em Mon, Oct 29, 2018 at 09:28:54AM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Fri, Oct 26, 2018 at 06:58:39PM +0100, Colin King escreveu:
> > From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> >
> > Trivial fix to a spelling mistake of the error access name EACCESS,
> > rename to EACCES
>
> Thanks, applied.
>
> And I also took the chance to fix another spelling mistake, on this same
> line:
>
> - * -EACCESS -- @event is for this PMU, @event is valid, but no privilidges
> + * -EACCES -- @event is for this PMU, @event is valid, but no privilidges
> ^
> ^
> ^
> ^

But I see Ingo has already merged your patch, lets fix that one later
then :-)

- Arnaldo