Skip to content

Commit bd0096d

Browse files
Frank Rowandrobherring
authored andcommitted
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 <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent e553f53 commit bd0096d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/of/fdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* version 2 as published by the Free Software Foundation.
1010
*/
1111

12-
#define pr_fmt(fmt) "OF: fdt:" fmt
12+
#define pr_fmt(fmt) "OF: fdt: " fmt
1313

1414
#include <linux/crc32.h>
1515
#include <linux/kernel.h>

0 commit comments

Comments
 (0)