All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] sound/oss/maestro3.c printk args concatenation
@ 2005-11-19  1:33 Witold Rugowski
  2005-11-19  2:17 ` Nish Aravamudan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Witold Rugowski @ 2005-11-19  1:33 UTC (permalink / raw)
  To: kernel-janitors

[-- 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-11-22 18:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-19  1:33 [KJ] [PATCH] sound/oss/maestro3.c printk args concatenation Witold Rugowski
2005-11-19  2:17 ` 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

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.