On 10/25/16 10:02, Fabio Estevam wrote: > Add a space to the fdt messages so they can look a bit better: > > OF: fdt: Machine model: Freescale i.MX28 Evaluation Kit > > instead of > > OF: fdt:Machine model: Freescale i.MX28 Evaluation Kit > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxx> > --- > drivers/of/fdt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c > index c89d5d2..9f98e43 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> > Hi Fabio, They say great minds think alike. I sent this same patch just a few days ago. http://www.spinics.net/lists/devicetree/msg146251.html Thanks for noticing the problem and sending a patch. Please run scripts/getmaintainer.pl before sending patches. You left me off the list for your patch. -Frank -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html