From: tip-bot for Joe Perches <joe@perches.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
trivial@kernel.org, joe@perches.com, fweisbec@gmail.com,
rostedt@goodmis.org, tglx@linutronix.de, mingo@elte.hu
Subject: [tip:perf/urgent] tracing: Fix 'faild' -> 'failed' typo
Date: Sat, 23 Oct 2010 19:43:33 GMT [thread overview]
Message-ID: <tip-aa7b250c252cc8e6b1daf0e1eada5eba42a1a68d@git.kernel.org> (raw)
In-Reply-To: <cd9855af60d7d90e9f55fc7afd0ed23fcdaa6f52.1287724261.git.joe@perches.com>
Commit-ID: aa7b250c252cc8e6b1daf0e1eada5eba42a1a68d
Gitweb: http://git.kernel.org/tip/aa7b250c252cc8e6b1daf0e1eada5eba42a1a68d
Author: Joe Perches <joe@perches.com>
AuthorDate: Thu, 21 Oct 2010 22:17:19 -0700
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Sat, 23 Oct 2010 20:06:38 +0200
tracing: Fix 'faild' -> 'failed' typo
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Kosina <trivial@kernel.org>
LKML-Reference: <cd9855af60d7d90e9f55fc7afd0ed23fcdaa6f52.1287724261.git.joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
kernel/trace/trace_kprobe.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/trace/trace_kprobe.c b/kernel/trace/trace_kprobe.c
index 544301d..b8d2852 100644
--- a/kernel/trace/trace_kprobe.c
+++ b/kernel/trace/trace_kprobe.c
@@ -648,7 +648,7 @@ static int register_trace_probe(struct trace_probe *tp)
}
ret = register_probe_event(tp);
if (ret) {
- pr_warning("Faild to register probe event(%d)\n", ret);
+ pr_warning("Failed to register probe event(%d)\n", ret);
goto end;
}
next prev parent reply other threads:[~2010-10-23 19:43 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-22 5:17 [PATCH 0/9] Typo fixes of faild to failed Joe Perches
2010-10-22 5:17 ` Joe Perches
2010-10-22 5:17 ` Joe Perches
2010-10-22 5:17 ` [PATCH 1/9] drivers/ata: typo fix " Joe Perches
2010-10-22 5:17 ` [PATCH 2/9] drivers/gpu: " Joe Perches
2010-10-22 5:17 ` Joe Perches
2010-10-22 5:17 ` [PATCH 3/9] drivers/net: " Joe Perches
2010-10-22 5:17 ` Joe Perches
2010-10-22 5:17 ` [PATCH 4/9] drivers/rtc: " Joe Perches
2010-10-22 5:17 ` Joe Perches
2010-10-22 5:21 ` Wan ZongShun
2010-10-22 5:21 ` Wan ZongShun
2010-10-22 5:17 ` [PATCH 5/9] drivers/video: " Joe Perches
2010-10-22 5:17 ` [PATCH 6/9] fs/exofs: " Joe Perches
2010-10-24 10:09 ` Boaz Harrosh
2010-10-22 5:17 ` [PATCH 7/9] fs/jfs: " Joe Perches
2010-10-22 5:17 ` [PATCH 8/9] kernel/trace: " Joe Perches
2010-10-23 19:43 ` tip-bot for Joe Perches [this message]
2010-10-22 5:17 ` [PATCH 9/9] net/wanrouter: " Joe Perches
2010-10-22 20:15 ` [PATCH 0/9] Typo fixes " Mike Frysinger
2010-10-22 20:15 ` Mike Frysinger
2010-10-22 20:15 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-aa7b250c252cc8e6b1daf0e1eada5eba42a1a68d@git.kernel.org \
--to=joe@perches.com \
--cc=fweisbec@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mingo@redhat.com \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.