diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-07-26 10:58:43 -0600 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-07-30 18:00:14 -0600 |
commit | b6ae5dc54b0a5c542d06d46b9083ceb70bf7e083 (patch) | |
tree | 54fc37bed494f3f3769b1d17d2dc9f3875acba46 /drivers/of | |
parent | 201c910bd6898d81d4ac6685d0f421b7e10f3c5d (diff) | |
download | op-kernel-dev-b6ae5dc54b0a5c542d06d46b9083ceb70bf7e083.zip op-kernel-dev-b6ae5dc54b0a5c542d06d46b9083ceb70bf7e083.tar.gz |
of: typo fix in __of_prop_dup()
Fix a trivial typo in a comment block.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/dynamic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c index c1002b7..54fecc4 100644 --- a/drivers/of/dynamic.c +++ b/drivers/of/dynamic.c @@ -259,7 +259,7 @@ struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) /* * NOTE: There is no check for zero length value. - * In case of a boolean property This will allocate a value + * In case of a boolean property, this will allocate a value * of zero bytes. We do this to work around the use * of of_get_property() calls on boolean values. */ |