From: zhaolei@cn.fujitsu.com (Zhaolei)
Subject: [ltt-dev] [PATCH 1/2] Fix a printk typo in ltt-trace-control
Date: Fri, 05 Dec 2008 16:15:21 +0800 [thread overview]
Message-ID: <4938E319.5070003@cn.fujitsu.com> (raw)
In-Reply-To: <4938E2E4.5020600@cn.fujitsu.com>
printk messages in ltt_trace_set_channel_overwrite are not right.
Signed-off-by: Zhao Lei <zhaolei at cn.fujitsu.com>
---
ltt/ltt-trace-control.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ltt/ltt-trace-control.c b/ltt/ltt-trace-control.c
index 70182df..d3124ec 100644
--- a/ltt/ltt-trace-control.c
+++ b/ltt/ltt-trace-control.c
@@ -331,8 +331,8 @@ static ssize_t overwrite_write(struct file *file, const char __user *user_buf,
err = ltt_trace_set_channel_overwrite(trace_name, channel_name,
1);
if (IS_ERR_VALUE(err)) {
- printk(KERN_ERR "subbuf_size_write: "
- "ltt_trace_set_channel_subbufsize failed: %d\n", err);
+ printk(KERN_ERR "overwrite_write: "
+ "ltt_trace_set_channel_overwrite failed: %d\n", err);
goto err_set_subbufsize;
}
break;
@@ -342,8 +342,8 @@ static ssize_t overwrite_write(struct file *file, const char __user *user_buf,
err = ltt_trace_set_channel_overwrite(trace_name, channel_name,
0);
if (IS_ERR_VALUE(err)) {
- printk(KERN_ERR "subbuf_size_write: "
- "ltt_trace_set_channel_subbufsize failed: %d\n", err);
+ printk(KERN_ERR "overwrite_write: "
+ "ltt_trace_set_channel_overwrite failed: %d\n", err);
goto err_set_subbufsize;
}
break;
--
1.5.5.3
next prev parent reply other threads:[~2008-12-05 8:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-05 8:14 [ltt-dev] [PATCH 0/2] Make ltt-trace-control support each channel's enable/disable Zhaolei
2008-12-05 8:15 ` Zhaolei [this message]
2008-12-05 8:15 ` [ltt-dev] [PATCH 2/2] " Zhaolei
2008-12-05 10:04 ` Mathieu Desnoyers
2008-12-05 9:53 ` [ltt-dev] [PATCH 0/2] " Mathieu Desnoyers
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=4938E319.5070003@cn.fujitsu.com \
--to=zhaolei@cn.fujitsu.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox