summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2018-10-19 06:33:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-10-19 13:52:04 +0200
commit4da7cf0a63b7a821973b2de5f9319ff56ebe49bf (patch)
treef744a165c8d123a81176bcb4aa023f5e8b401750
parentc933b1ccbc87525eba4f17f30ad7b3ab85481da8 (diff)
downloadbarebox-4da7cf0a63b7a821973b2de5f9319ff56ebe49bf.tar.gz
barebox-4da7cf0a63b7a821973b2de5f9319ff56ebe49bf.tar.xz
of: base: fix typo
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/of/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c
index fc01a99ef2..0d8289d5fa 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -1235,7 +1235,7 @@ int of_property_write_u64_array(struct device_node *np,
*
* @np: device node to which the property value is to be written.
* @propname: name of the property to be written.
- * value: pointer to the string to write
+ * @value: pointer to the string to write
*
* Search for a property in a device node and write a string to
* it. If the property does not exist, it will be created and appended to