projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92af089
)
of: fdt.c header comment typo
author
Frank Rowand
<frank.rowand@sony.com>
Tue, 20 Jun 2017 23:46:28 +0000
(16:46 -0700)
committer
Rob Herring
<robh@kernel.org>
Thu, 22 Jun 2017 16:14:56 +0000
(11:14 -0500)
Fix typo in header comment for early_init_dt_scan_memory()
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/fdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/of/fdt.c
b/drivers/of/fdt.c
index 5c71cb9334266f1b462198481310d1238f81ae8b..3361b5b34ee414922c3846c867219371674052b2 100644
(file)
--- 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 an
d
parse memory nodes
*/
int __init early_init_dt_scan_memory(unsigned long node, const char *uname,
int depth, void *data)