Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671241 > unrolled thread
| Started by | frowand.list@gmail.com |
|---|---|
| First post | 2017-06-21 01:50 +0200 |
| Last post | 2017-06-22 18:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] of: fdt.c header comment typo frowand.list@gmail.com - 2017-06-21 01:50 +0200
Re: [PATCH] of: fdt.c header comment typo Rob Herring <robh@kernel.org> - 2017-06-22 18:20 +0200
| From | frowand.list@gmail.com |
|---|---|
| Date | 2017-06-21 01:50 +0200 |
| Subject | [PATCH] of: fdt.c header comment typo |
| Message-ID | <tUB4d-6Jo-1@gated-at.bofh.it> |
From: Frank Rowand <frank.rowand@sony.com> Fix typo in header comment for early_init_dt_scan_memory() Signed-off-by: Frank Rowand <frank.rowand@sony.com> --- 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 <frank.rowand@sony.com>
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-06-22 18:20 +0200 |
| Message-ID | <tVcZR-77P-31@gated-at.bofh.it> |
| In reply to | #1671241 |
On Tue, Jun 20, 2017 at 04:46:28PM -0700, frowand.list@gmail.com wrote: > From: Frank Rowand <frank.rowand@sony.com> > > Fix typo in header comment for early_init_dt_scan_memory() > > Signed-off-by: Frank Rowand <frank.rowand@sony.com> > --- > drivers/of/fdt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web