]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/proc: clean up printks
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 7 Feb 2013 01:27:55 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:47:22 +0000 (16:47 +1100)
commitc9b6ed596cee16d208ed7574a5631b180e781368
treeeb9280967cc0f091c37c9038a9da374c8abb8480
parent5d5728c78fb79d2a8509aba461188078b7c506c8
fs/proc: clean up printks

- use pr_foo() throughout

- remove a couple of duplicated KERN_WARNINGs, via WARN(KERN_WARNING "...")

- nuke a few warnings which I've never seen happen, ever.

Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/base.c
fs/proc/generic.c
fs/proc/inode.c
fs/proc/kcore.c
fs/proc/proc_devtree.c
fs/proc/proc_sysctl.c
fs/proc/vmcore.c