Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

of: fix the warnings from command line.

Gerrit will complain with this warnings:
ERROR: (foo*) should be (foo *)

Signed-off-by: tangjianqiang <tangjianqiang@xiaomi.com>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

tangjianqiang and committed by
Rob Herring
8d3cdfec 7e5ff591

+1 -1
+1 -1
drivers/of/fdt.c
··· 1078 1078 #endif 1079 1079 #endif /* CONFIG_CMDLINE */ 1080 1080 1081 - pr_debug("Command line is: %s\n", (char*)data); 1081 + pr_debug("Command line is: %s\n", (char *)data); 1082 1082 1083 1083 rng_seed = of_get_flat_dt_prop(node, "rng-seed", &l); 1084 1084 if (rng_seed && l > 0) {