Commit bd0096d7 authored by Frank Rowand's avatar Frank Rowand Committed by Rob Herring

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: default avatarFrank Rowand <frank.rowand@am.sony.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent e553f539
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment