]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/proc: clean up printks
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Feb 2013 02:15:56 +0000 (13:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:34 +0000 (16:53 +1100)
commit8cbb21a6123f44ef1e5ff31c34c1476ae8c22ae6
treeadcbd603fe4504a12b481f2c2018b13809aad155
parent8b5e8b205c4ce1ef0f1b49512da29a3b66102f9c
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