of: typo fix in __of_prop_dup()

Fix a trivial typo in a comment block.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
This commit is contained in:
Grant Likely 2014-07-26 10:58:43 -06:00
parent 201c910bd6
commit b6ae5dc54b
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/