]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
fs-devpts-inodec-convert-printk-to-pr_foo-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 22 May 2014 00:44:15 +0000 (10:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:44:15 +0000 (10:44 +1000)
use KBUILD_MODNAME, per Joe

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

index db4422c6c1de4e6d0c617106887d12b6ccddb8a7..cfe8466f7fef51d6ecdf338f0d71b6cc00aa19ca 100644 (file)
@@ -10,7 +10,7 @@
  *
  * ------------------------------------------------------------------------- */
 
-#define pr_fmt(fmt) "devpts: " fmt
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/module.h>
 #include <linux/init.h>