projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e553f53
)
of: Add missing space at end of pr_fmt().
author
Frank Rowand
<frank.rowand@am.sony.com>
Mon, 17 Oct 2016 19:21:23 +0000
(12:21 -0700)
committer
Rob 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/of/fdt.c
b/drivers/of/fdt.c
index c9b5cac03b361c980a20c888635bbb52093aa573..4ae68bc5067742568a1b0a6c9a5d36e53cc15c3f 100644
(file)
--- 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>