lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 29 Oct 2018 04:35:45 -0700
From:   tip-bot for Colin Ian King <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     peterz@...radead.org, jolsa@...hat.com,
        torvalds@...ux-foundation.org, alexander.shishkin@...ux.intel.com,
        colin.king@...onical.com, tglx@...utronix.de, mingo@...nel.org,
        acme@...nel.org, namhyung@...nel.org, linux-kernel@...r.kernel.org,
        hpa@...or.com
Subject: [tip:perf/urgent] perf/headers: Fix spelling mistake in
 <linux/perf_event.h> comment, EACCESS -> EACCES

Commit-ID:  1df02354b42f3f4504b6287c54a8cfbe1533719f
Gitweb:     https://git.kernel.org/tip/1df02354b42f3f4504b6287c54a8cfbe1533719f
Author:     Colin Ian King <colin.king@...onical.com>
AuthorDate: Fri, 26 Oct 2018 18:58:39 +0100
Committer:  Ingo Molnar <mingo@...nel.org>
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 <colin.king@...onical.com>
Cc: Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Jiri Olsa <jolsa@...hat.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: kernel-janitors@...r.kernel.org
Link: http://lkml.kernel.org/r/20181026175839.4565-1-colin.king@canonical.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
 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
 	 *

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ