ncpfs: Add pr_fmt and convert printks to pr_<level>
authorJoe Perches <joe@perches.com>
Tue, 8 Apr 2014 23:04:14 +0000 (16:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Apr 2014 23:48:52 +0000 (16:48 -0700)
commitb41f8b84d01d32ea618dbbe5679bd07ce3444b88
treecbede13191e15a0554b8d12ae6ef098a8ce4048b
parentd0057ca4c1fe73c05a9e077cc7691217370b3283
ncpfs: Add pr_fmt and convert printks to pr_<level>

Convert to a more current logging style.

Add pr_fmt to prefix with "ncpfs: ".
Remove the embedded function names and use "%s: ", __func__

Some previously unprefixed messages now have "ncpfs: "

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Petr Vandrovec <petr@vandrovec.name>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ncpfs/file.c
fs/ncpfs/getopt.c
fs/ncpfs/inode.c
fs/ncpfs/ncplib_kernel.c
fs/ncpfs/sock.c