All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info in
@ 2004-10-17 17:10 ` Daniele Pizzoni
  0 siblings, 0 replies; 14+ messages in thread
From: Daniele Pizzoni @ 2004-10-17 16:13 UTC (permalink / raw)
  To: kernel-janitors; +Cc: LKML, Ingo Molnar

[-- Attachment #1: Type: text/plain, Size: 850 bytes --]

Hello, I'm going to post a series of small janitorial patches focused on
1) replacing DPRINTK-style macros with pr_debug from kernel.h
2) replacing printk(KERN_INFO ...) with pr_info(...)
3) fixing _obvious_ inconsistencies of printk levels as:

printk(KERN_INFO "Start... ");
...
printk("Ok!\n");

The patches fix only obvious inconsistencies: seems that there has been
no policy about how a subsystem should print boot/log messages
(subsistem prefix, etc.) nor about the difference between printk(...)
and printk(KERN_WARNING ...), etc. So I did not touch those issues.

The patches regard (mainly) files in arch/i386/kernel.
The patches are based upon 2.6.9-rc4.
The patches have been compile and boot tested.
One file one patch.

Any comment is very welcome.

CC'ed to Ingo Molnar, hoping that's appropriate.

Bye
Daniele Pizzoni <auouo@tin.it>


[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2004-10-18 12:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-17 16:13 [KJ] [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info in Daniele Pizzoni
2004-10-17 17:10 ` [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info in arch/i386 - intro Daniele Pizzoni
2004-10-17 16:19 ` [KJ] Re: [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info Ingo Molnar
2004-10-17 16:19   ` [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info in arch/i386 - intro Ingo Molnar
2004-10-17 18:10   ` [KJ] Re: [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info Geert Uytterhoeven
2004-10-17 18:10     ` [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info in arch/i386 - intro Geert Uytterhoeven
2004-10-17 18:23     ` Joe Perches
2004-10-17 18:34       ` Geert Uytterhoeven
2004-10-18  1:44   ` [KJ] Re: [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info Daniele Pizzoni
2004-10-18  2:41     ` [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info in arch/i386 - intro Daniele Pizzoni
2004-10-18 10:36     ` [KJ] Re: [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info Ingo Molnar
2004-10-18 10:36       ` [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info in arch/i386 - intro Ingo Molnar
2004-10-18 12:09       ` [KJ] Re: [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info Daniele Pizzoni
2004-10-18 12:59         ` [PATCH 0/8] replacing/fixing printk with pr_debug/pr_info in arch/i386 - intro Daniele Pizzoni

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.