Commit-ID: 1df02354b42f3f4504b6287c54a8cfbe1533719f Gitweb: https://git.kernel.org/tip/1df02354b42f3f4504b6287c54a8cfbe1533719f Author: Colin Ian King <[email protected]> AuthorDate: Fri, 26 Oct 2018 18:58:39 +0100 Committer: Ingo Molnar <[email protected]> CommitDate: Mon, 29 Oct 2018 07:21:07 +0100
perf/headers: Fix spelling mistake in <linux/perf_event.h> comment, EACCESS -> EACCES Trivial fix to a spelling mistake of the error access name 'EACCESS', rename to EACCES. Signed-off-by: Colin Ian King <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> --- include/linux/perf_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 53c500f0ca79..57b07c9ddeb4 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h @@ -288,7 +288,7 @@ struct pmu { * -EBUSY -- @event is for this PMU but PMU temporarily unavailable * -EINVAL -- @event is for this PMU but @event is not valid * -EOPNOTSUPP -- @event is for this PMU, @event is valid, but not supported - * -EACCESS -- @event is for this PMU, @event is valid, but no privilidges + * -EACCES -- @event is for this PMU, @event is valid, but no privilidges * * 0 -- @event is for this PMU and valid *

