diff options
author | Frank Rowand <frank.rowand@am.sony.com> | 2016-10-17 12:21:23 -0700 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-02-09 09:31:30 -0600 |
commit | bd0096d7467fbfa723cb1c12011098abf16de525 (patch) | |
tree | 6ab984692e9b014ae1ef9c2b9cb46c05abcc27c0 /drivers/of/fdt.c | |
parent | e553f539f2af39db5e3b2c273cc1a22d34be49ad (diff) | |
download | linux-bd0096d7467fbfa723cb1c12011098abf16de525.tar.bz2 |
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/fdt.c')
-rw-r--r-- | drivers/of/fdt.c | 2 |
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> |