2017-06-20 23:46:42

by Frank Rowand

[permalink] [raw]
Subject: [PATCH] of: fdt.c header comment typo

From: Frank Rowand <[email protected]>

Fix typo in header comment for early_init_dt_scan_memory()

Signed-off-by: Frank Rowand <[email protected]>
---
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 3080d9dd031d..c053b4f4fbc1 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)
--
Frank Rowand <[email protected]>


2017-06-22 16:16:27

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] of: fdt.c header comment typo

On Tue, Jun 20, 2017 at 04:46:28PM -0700, [email protected] wrote:
> From: Frank Rowand <[email protected]>
>
> Fix typo in header comment for early_init_dt_scan_memory()
>
> Signed-off-by: Frank Rowand <[email protected]>
> ---
> drivers/of/fdt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied.