projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201c910
)
of: typo fix in __of_prop_dup()
author
Grant Likely
<grant.likely@linaro.org>
Sat, 26 Jul 2014 16:58:43 +0000
(10:58 -0600)
committer
Grant Likely
<grant.likely@linaro.org>
Thu, 31 Jul 2014 00:00:14 +0000
(18:00 -0600)
Fix a trivial typo in a comment block.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/dynamic.c
patch
|
blob
|
history
diff --git
a/drivers/of/dynamic.c
b/drivers/of/dynamic.c
index c1002b7be78646f0cb3d8ce79da6bfcc4ee90b33..54fecc49a1fe4bb702576590714798799b777a65 100644
(file)
--- 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
T
his will allocate a value
+ * In case of a boolean property
, t
his will allocate a value
* of zero bytes. We do this to work around the use
* of of_get_property() calls on boolean values.
*/