* [PATCH] perf bench: fix spello
@ 2010-03-31 18:30 Randy Dunlap
2010-03-31 18:55 ` Arnaldo Carvalho de Melo
2010-04-13 10:43 ` [tip:perf/core] " tip-bot for Randy Dunlap
0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2010-03-31 18:30 UTC (permalink / raw)
To: lkml; +Cc: Peter Zijlstra, Paul Mackerras, Ingo Molnar,
Arnaldo Carvalho de Melo
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix spello in user message.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
tools/perf/bench/sched-pipe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-2634-rc3.orig/tools/perf/bench/sched-pipe.c
+++ lnx-2634-rc3/tools/perf/bench/sched-pipe.c
@@ -93,7 +93,7 @@ int bench_sched_pipe(int argc, const cha
switch (bench_format) {
case BENCH_FORMAT_DEFAULT:
- printf("# Extecuted %d pipe operations between two tasks\n\n",
+ printf("# Executed %d pipe operations between two tasks\n\n",
loops);
result_usec = diff.tv_sec * 1000000;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] perf bench: fix spello
2010-03-31 18:30 [PATCH] perf bench: fix spello Randy Dunlap
@ 2010-03-31 18:55 ` Arnaldo Carvalho de Melo
2010-04-13 10:43 ` [tip:perf/core] " tip-bot for Randy Dunlap
1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2010-03-31 18:55 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, Peter Zijlstra, Paul Mackerras, Ingo Molnar
Em Wed, Mar 31, 2010 at 11:30:56AM -0700, Randy Dunlap escreveu:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix spello in user message.
Thanks Randy, I'm picking up both patches, keep them coming!
- Arnaldo
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perf/core] perf bench: fix spello
2010-03-31 18:30 [PATCH] perf bench: fix spello Randy Dunlap
2010-03-31 18:55 ` Arnaldo Carvalho de Melo
@ 2010-04-13 10:43 ` tip-bot for Randy Dunlap
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Randy Dunlap @ 2010-04-13 10:43 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, tglx, randy.dunlap
Commit-ID: f0e9c4fcefa42b5d28b915768dab81a7fdbbc00c
Gitweb: http://git.kernel.org/tip/f0e9c4fcefa42b5d28b915768dab81a7fdbbc00c
Author: Randy Dunlap <randy.dunlap@oracle.com>
AuthorDate: Wed, 31 Mar 2010 11:30:56 -0700
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 8 Apr 2010 11:34:26 -0300
perf bench: fix spello
Fix spello in user message.
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>,
Cc: Paul Mackerra <paulus@samba.org>s
LKML-Reference: <20100331113056.2c7df509.randy.dunlap@oracle.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
tools/perf/bench/sched-pipe.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/perf/bench/sched-pipe.c b/tools/perf/bench/sched-pipe.c
index 4f77c7c..d9ab3ce 100644
--- a/tools/perf/bench/sched-pipe.c
+++ b/tools/perf/bench/sched-pipe.c
@@ -93,7 +93,7 @@ int bench_sched_pipe(int argc, const char **argv,
switch (bench_format) {
case BENCH_FORMAT_DEFAULT:
- printf("# Extecuted %d pipe operations between two tasks\n\n",
+ printf("# Executed %d pipe operations between two tasks\n\n",
loops);
result_usec = diff.tv_sec * 1000000;
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-13 10:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 18:30 [PATCH] perf bench: fix spello Randy Dunlap
2010-03-31 18:55 ` Arnaldo Carvalho de Melo
2010-04-13 10:43 ` [tip:perf/core] " tip-bot for Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox