summaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2016-10-17 14:57:58 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-18 07:39:51 +0200
commit9c4e30e4458d9d4ae3d4cc9c7b70ced27b43814a (patch)
tree72ca41a694ed49a5d97dd2e24b540030971d9406 /drivers/of
parent655b16187dd9e273112ebb4ba0ea40b255f2e4aa (diff)
downloadbarebox-9c4e30e4458d9d4ae3d4cc9c7b70ced27b43814a.tar.gz
barebox-9c4e30e4458d9d4ae3d4cc9c7b70ced27b43814a.tar.xz
of: fix typos
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/base.c2
-rw-r--r--drivers/of/fdt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c
index 1e6c33dbf2..767d4e1e36 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -1631,7 +1631,7 @@ struct device_node *of_get_next_available_child(const struct device_node *node,
EXPORT_SYMBOL(of_get_next_available_child);
/**
- * of_get_next_child - Iterate a node childs
+ * of_get_next_child - Iterate a node children
* @node: parent node
* @prev: previous child of the parent node, or NULL to get first
*
diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c
index b2253aa7a2..614e136de6 100644
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
@@ -525,7 +525,7 @@ void of_clean_reserve_map(void)
* fdt_add_reserve_map - Add reserve map entries to a devicetree binary
* @__fdt: The devicetree blob
*
- * This adds the reservemap entries previously colllected in
+ * This adds the reservemap entries previously collected in
* of_add_reserve_entry() to a devicetree binary blob. This also
* adds the devicetree itself to the reserved list, so after calling
* this function the tree should not be relocated anymore.