From: "Linus Lüssing" <linus.luessing@web.de>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: remove "foo" from bat_printk strings
Date: Wed, 10 Feb 2010 16:08:27 +0100 [thread overview]
Message-ID: <1265814507-29885-2-git-send-email-linus.luessing@web.de> (raw)
In-Reply-To: <1265814507-29885-1-git-send-email-linus.luessing@web.de>
Some missed debug output, removing it.
Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
bat_printk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bat_printk.c b/bat_printk.c
index 845391d..55c351a 100644
--- a/bat_printk.c
+++ b/bat_printk.c
@@ -857,5 +857,5 @@ asmlinkage int bat_printk(const char *fmt, ...)
r = bat_vsnprintf(buf, sizeof(buf), fmt, args);
va_end(args);
- return printk("foo:%s", buf);
+ return printk("%s", buf);
}
--
1.6.6.1
next prev parent reply other threads:[~2010-02-10 15:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-08 20:56 [B.A.T.M.A.N.] Can't load batman-module on 2.6.26 Linus Lüssing
2010-02-08 21:32 ` Linus Lüssing
2010-02-10 2:36 ` [B.A.T.M.A.N.] [PATCH] batman-adv: use original printk in bat_printk Linus Lüssing
2010-02-10 10:47 ` Marek Lindner
2010-02-10 13:11 ` Andrew Lunn
2010-02-10 15:08 ` [B.A.T.M.A.N.] [PATCH 1/2] " Linus Lüssing
2010-02-10 15:08 ` Linus Lüssing [this message]
2010-02-13 16:02 ` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: remove "foo" from bat_printk strings Marek Lindner
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=1265814507-29885-2-git-send-email-linus.luessing@web.de \
--to=linus.luessing@web.de \
--cc=b.a.t.m.a.n@lists.open-mesh.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.