Skip to content

Commit

Permalink
of: typo fix in __of_prop_dup()
Browse files Browse the repository at this point in the history
Fix a trivial typo in a comment block.

Signed-off-by: Grant Likely <[email protected]>
  • Loading branch information
glikely committed Jul 31, 2014
1 parent 201c910 commit b6ae5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/of/dynamic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit b6ae5dc

Please sign in to comment.