]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
of: Add missing space at end of pr_fmt().
authorFrank Rowand <frank.rowand@am.sony.com>
Mon, 17 Oct 2016 19:21:23 +0000 (12:21 -0700)
committerRob Herring <robh@kernel.org>
Thu, 9 Feb 2017 15:31:30 +0000 (09:31 -0600)
Make pr_fmt() in fdt.c consistent with all other files in drivers/of/

Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/fdt.c

index c9b5cac03b361c980a20c888635bbb52093aa573..4ae68bc5067742568a1b0a6c9a5d36e53cc15c3f 100644 (file)
@@ -9,7 +9,7 @@
  * version 2 as published by the Free Software Foundation.
  */
 
-#define pr_fmt(fmt)    "OF: fdt:" fmt
+#define pr_fmt(fmt)    "OF: fdt: " fmt
 
 #include <linux/crc32.h>
 #include <linux/kernel.h>