* [PATCH] of/of_reserved_mem.c: fix typo
@ 2013-10-02 9:18 Prabhakar Lad
2013-10-04 17:46 ` Grant Likely
0 siblings, 1 reply; 2+ messages in thread
From: Prabhakar Lad @ 2013-10-02 9:18 UTC (permalink / raw)
To: Grant Likely, Rob Herring
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Lad, Prabhakar
From: "Lad, Prabhakar" <prabhakar.csengg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Signed-off-by: Lad, Prabhakar <prabhakar.csengg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
drivers/of/of_reserved_mem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/of/of_reserved_mem.c b/drivers/of/of_reserved_mem.c
index 0fe40c7..c7a1ea3 100644
--- a/drivers/of/of_reserved_mem.c
+++ b/drivers/of/of_reserved_mem.c
@@ -54,7 +54,7 @@ static int __init fdt_scan_reserved_mem(unsigned long node, const char *uname,
status = of_get_flat_dt_prop(node, "status", &len);
if (status && strcmp(status, "okay") != 0) {
- /* ignore disabled node nad scan next one */
+ /* ignore disabled node and scan next one */
return 0;
}
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] of/of_reserved_mem.c: fix typo
2013-10-02 9:18 [PATCH] of/of_reserved_mem.c: fix typo Prabhakar Lad
@ 2013-10-04 17:46 ` Grant Likely
0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2013-10-04 17:46 UTC (permalink / raw)
To: Rob Herring; +Cc: devicetree, linux-kernel, Lad, Prabhakar
On Wed, 2 Oct 2013 14:48:29 +0530, Prabhakar Lad <prabhakar.csengg@gmail.com> wrote:
> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
>
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Applied, thanks.
> ---
> drivers/of/of_reserved_mem.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/of/of_reserved_mem.c b/drivers/of/of_reserved_mem.c
> index 0fe40c7..c7a1ea3 100644
> --- a/drivers/of/of_reserved_mem.c
> +++ b/drivers/of/of_reserved_mem.c
> @@ -54,7 +54,7 @@ static int __init fdt_scan_reserved_mem(unsigned long node, const char *uname,
>
> status = of_get_flat_dt_prop(node, "status", &len);
> if (status && strcmp(status, "okay") != 0) {
> - /* ignore disabled node nad scan next one */
> + /* ignore disabled node and scan next one */
> return 0;
> }
>
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-04 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 9:18 [PATCH] of/of_reserved_mem.c: fix typo Prabhakar Lad
2013-10-04 17:46 ` Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).