Re: [PATCH] drivers/perf: fix spelling mistake, EACCESS -> EACCES
From: Arnaldo Carvalho de Melo
Date: Mon Oct 29 2018 - 08:28:59 EST
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
^
^
^
^
:-)
- Arnaldo