From: Frank Rowand Date: Tue, 20 Jun 2017 23:46:28 +0000 (-0700) Subject: of: fdt.c header comment typo X-Git-Tag: v4.13-rc1~118^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0ef5adca5b212c705a7c61cf721db223fafecf07;p=karo-tx-linux.git of: fdt.c header comment typo Fix typo in header comment for early_init_dt_scan_memory() Signed-off-by: Frank Rowand Signed-off-by: Rob Herring --- diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 5c71cb933426..3361b5b34ee4 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -1050,7 +1050,7 @@ u64 __init dt_mem_next_cell(int s, const __be32 **cellp) } /** - * early_init_dt_scan_memory - Look for an parse memory nodes + * early_init_dt_scan_memory - Look for and parse memory nodes */ int __init early_init_dt_scan_memory(unsigned long node, const char *uname, int depth, void *data)