From: Frank Rowand Date: Mon, 17 Oct 2016 19:21:23 +0000 (-0700) Subject: of: Add missing space at end of pr_fmt(). X-Git-Tag: v4.11-rc1~107^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=bd0096d7467fbfa723cb1c12011098abf16de525;p=linux.git 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 Signed-off-by: Rob Herring --- 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 #include