[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160821141603.7832-1-colin.king@canonical.com>
Date: Sun, 21 Aug 2016 15:16:03 +0100
From: Colin King <colin.king@...onical.com>
To: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Wang Nan <wangnan0@...wei.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] perf test bpf: fix typo: "ehough" -> "enough"
From: Colin Ian King <colin.king@...onical.com>
trivial typo fix in pr_debug message
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
tools/perf/tests/bpf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/tests/bpf.c b/tools/perf/tests/bpf.c
index fc54064..2673e86 100644
--- a/tools/perf/tests/bpf.c
+++ b/tools/perf/tests/bpf.c
@@ -125,7 +125,7 @@ static int do_test(struct bpf_object *obj, int (*func)(void),
/* Instead of perf_evlist__new_default, don't add default events */
evlist = perf_evlist__new();
if (!evlist) {
- pr_debug("No ehough memory to create evlist\n");
+ pr_debug("No enough memory to create evlist\n");
return TEST_FAIL;
}
--
2.9.3
Powered by blists - more mailing lists