fs/cifs/netmisc.c: convert printk to pr_foo()
authorFabian Frederick <fabf@skynet.be>
Tue, 13 May 2014 17:30:33 +0000 (19:30 +0200)
committerSteve French <smfrench@gmail.com>
Wed, 21 May 2014 17:18:05 +0000 (10:18 -0700)
commit179d61839bafa924ff6f1960436339abdc911650
treec4ab4415119ce65ea87373f5fe1442535d72ba0d
parent571d597206a94a042f9a3c9fdc2b9d7f33ab85e5
fs/cifs/netmisc.c: convert printk to pr_foo()

Also fixes array checkpatch warning and converts it to static const
(suggested by Joe Perches).

Cc: Joe Perches <joe@perches.com>
Cc: Steve French <sfrench@samba.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/netmisc.c