Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1466986 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-08-21 16:20 +0200 |
| Last post | 2016-08-24 13:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] perf tools: fix typo: "ehough" -> "enough" Colin King <colin.king@canonical.com> - 2016-08-21 16:20 +0200
[tip:perf/core] perf tools: Fix typo: "ehough" -> "enough" tip-bot for Colin Ian King <tipbot@zytor.com> - 2016-08-24 13:50 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-08-21 16:20 +0200 |
| Subject | [PATCH] perf tools: fix typo: "ehough" -> "enough" |
| Message-ID | <s8BLr-1pw-15@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
trivial typo fix in pr_debug message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
tools/perf/tests/backward-ring-buffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/tests/backward-ring-buffer.c b/tools/perf/tests/backward-ring-buffer.c
index 615780c..e6d1816 100644
--- a/tools/perf/tests/backward-ring-buffer.c
+++ b/tools/perf/tests/backward-ring-buffer.c
@@ -97,7 +97,7 @@ int test__backward_ring_buffer(int subtest __maybe_unused)
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
[toc] | [next] | [standalone]
| From | tip-bot for Colin Ian King <tipbot@zytor.com> |
|---|---|
| Date | 2016-08-24 13:50 +0200 |
| Subject | [tip:perf/core] perf tools: Fix typo: "ehough" -> "enough" |
| Message-ID | <s9EQV-1Ge-3@gated-at.bofh.it> |
| In reply to | #1466986 |
Commit-ID: dd6fa4e197f0123bcd751e47c171121b2451f148
Gitweb: http://git.kernel.org/tip/dd6fa4e197f0123bcd751e47c171121b2451f148
Author: Colin Ian King <colin.king@canonical.com>
AuthorDate: Sun, 21 Aug 2016 15:12:56 +0100
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 23 Aug 2016 17:06:38 -0300
perf tools: Fix typo: "ehough" -> "enough"
Trivial typo fix in pr_debug message
Signed-off-by: Colin King <colin.king@canonical.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: He Kuang <hekuang@huawei.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/20160821141256.7530-1-colin.king@canonical.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/tests/backward-ring-buffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/tests/backward-ring-buffer.c b/tools/perf/tests/backward-ring-buffer.c
index 615780c..e6d1816 100644
--- a/tools/perf/tests/backward-ring-buffer.c
+++ b/tools/perf/tests/backward-ring-buffer.c
@@ -97,7 +97,7 @@ int test__backward_ring_buffer(int subtest __maybe_unused)
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;
}
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web