Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1466989

[PATCH] perf bpf: fix typo: "ehough" -> "enough"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] perf bpf: fix typo: "ehough" -> "enough"
Date 2016-08-21 16:30 +0200
Message-ID <s8BV7-1tv-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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/util/bpf-loader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/bpf-loader.c b/tools/perf/util/bpf-loader.c
index 1f12e4e..2b2c9b8 100644
--- a/tools/perf/util/bpf-loader.c
+++ b/tools/perf/util/bpf-loader.c
@@ -531,7 +531,7 @@ static int map_prologue(struct perf_probe_event *pev, int *mapping,
 
 	ptevs = malloc(array_sz);
 	if (!ptevs) {
-		pr_debug("No ehough memory: alloc ptevs failed\n");
+		pr_debug("No enough memory: alloc ptevs failed\n");
 		return -ENOMEM;
 	}
 
-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] perf bpf: fix typo: "ehough" -> "enough" Colin King <colin.king@canonical.com> - 2016-08-21 16:30 +0200
  [tip:perf/core] perf bpf: Fix typo: "ehough" -> "enough" tip-bot for Colin Ian King <tipbot@zytor.com> - 2016-08-24 11:40 +0200

csiph-web