]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/devpts/inode.c: convert printk to pr_foo()
authorFabian Frederick <fabf@skynet.be>
Thu, 22 May 2014 00:44:14 +0000 (10:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:44:14 +0000 (10:44 +1000)
commit144ab982c641f797dc9163e30b02daad1e71e69b
treed8bc505c1469c4bfd22158ebab04fa2aca323667
parenta7189e5750abbebad23dac0298eb3d6984758797
fs/devpts/inode.c: convert printk to pr_foo()

Also convert spaces to tabs (checkpatch warnings) if (!dentry) KERN_NOTICE
converted to pr_err (like if (!inode) error process)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Joe Perches <joe@perches.com>
Cc: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/devpts/inode.c