From 8d3cdfeca808f2b2dee11dda4282770c4b579b48 Mon Sep 17 00:00:00 2001 From: tangjianqiang Date: Fri, 10 Apr 2020 16:32:04 +0800 Subject: of: fix the warnings from command line. Gerrit will complain with this warnings: ERROR: (foo*) should be (foo *) Signed-off-by: tangjianqiang Reviewed-by: Frank Rowand Signed-off-by: Rob Herring --- drivers/of/fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/of/fdt.c') diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 2cdf64d2456f..8a8e07a8f03d 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -1078,7 +1078,7 @@ int __init early_init_dt_scan_chosen(unsigned long node, const char *uname, #endif #endif /* CONFIG_CMDLINE */ - pr_debug("Command line is: %s\n", (char*)data); + pr_debug("Command line is: %s\n", (char *)data); rng_seed = of_get_flat_dt_prop(node, "rng-seed", &l); if (rng_seed && l > 0) { -- cgit v1.2.3