aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorFrank Rowand <frank.rowand@am.sony.com>2016-10-17 12:21:23 -0700
committerRob Herring <robh@kernel.org>2017-02-09 09:31:30 -0600
commitbd0096d7467fbfa723cb1c12011098abf16de525 (patch)
tree6ab984692e9b014ae1ef9c2b9cb46c05abcc27c0 /drivers/of
parentof: make of_device_make_bus_id() static (diff)
downloadlinux-dev-bd0096d7467fbfa723cb1c12011098abf16de525.tar.xz
linux-dev-bd0096d7467fbfa723cb1c12011098abf16de525.zip
of: Add missing space at end of pr_fmt().
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>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c
index c9b5cac03b36..4ae68bc50677 100644
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
@@ -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>