From: Witold Rugowski <rugowski@nhw.pl>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH] sound/oss/maestro3.c printk args concatenation
Date: Sat, 19 Nov 2005 01:33:59 +0000 [thread overview]
Message-ID: <437E8107.2000103@nhw.pl> (raw)
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
Removed string concatenation in printk args
Signed-off-by: Witold Rugowski <rugowski@nhw.pl>
diff -urpN linux-2.6.14.2/sound/oss/maestro3.c linux-2.6.14.2-wr/sound/oss/maestro3.c
--- linux-2.6.14.2/sound/oss/maestro3.c Fri Nov 11 06:33:12 2005
+++ linux-2.6.14.2-wr/sound/oss/maestro3.c Fri Nov 18 23:56:37 2005
@@ -2935,7 +2935,7 @@ static struct pci_driver m3_pci_driver =
static int __init m3_init_module(void)
{
- printk(KERN_INFO PFX "version " DRIVER_VERSION " built at " __TIME__ " " __DATE__ "\n");
+ printk(KERN_INFO "%sversion %s built at %s %s\n",PFX,DRIVER_VERSION,__TIME__, __DATE__);
if (register_reboot_notifier(&m3_reboot_nb)) {
printk(KERN_WARNING PFX "reboot notifier registration failed\n");
--
Witold Rugowski
rugowski _at_ nhw.pl http://nhw.pl/blg/
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
next reply other threads:[~2005-11-19 1:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-19 1:33 Witold Rugowski [this message]
2005-11-19 2:17 ` [KJ] [PATCH] sound/oss/maestro3.c printk args concatenation Nish Aravamudan
2005-11-20 10:57 ` Witold Rugowski
2005-11-20 16:57 ` Nish Aravamudan
2005-11-21 23:01 ` Håkon Løvdal
2005-11-21 23:11 ` Nish Aravamudan
2005-11-21 23:25 ` Witold Rugowski
2005-11-22 18:26 ` Nish Aravamudan
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=437E8107.2000103@nhw.pl \
--to=rugowski@nhw.pl \
--cc=kernel-janitors@vger.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.