From: "Lad, Prabhakar" <prabhakar.cse...@gmail.com>

Signed-off-by: Lad, Prabhakar <prabhakar.cse...@gmail.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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to