[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1380705509-25429-1-git-send-email-prabhakar.csengg@gmail.com>
Date: Wed, 2 Oct 2013 14:48:29 +0530
From: Prabhakar Lad <prabhakar.csengg@...il.com>
To: Grant Likely <grant.likely@...aro.org>,
Rob Herring <rob.herring@...xeda.com>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
"Lad, Prabhakar" <prabhakar.csengg@...il.com>
Subject: [PATCH] of/of_reserved_mem.c: fix typo
From: "Lad, Prabhakar" <prabhakar.csengg@...il.com>
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@...il.com>
---
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 linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists