projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ce73c
)
of: Fix typo in kerneldoc
author
Thierry Reding
<treding@nvidia.com>
Fri, 26 Jul 2019 10:17:44 +0000
(12:17 +0200)
committer
Rob Herring
<robh@kernel.org>
Fri, 26 Jul 2019 23:01:29 +0000
(17:01 -0600)
"Findfrom" is not a word. Replace the function synopsis by something
that makes sense.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
include/linux/of.h
patch
|
blob
|
history
diff --git
a/include/linux/of.h
b/include/linux/of.h
index 0cf857012f11fcf290a081b3cda67522996931f3..844f89e1b039119e5c86e49b52ffafcff350cbcd 100644
(file)
--- a/
include/linux/of.h
+++ b/
include/linux/of.h
@@
-1164,7
+1164,7
@@
static inline int of_property_read_string_index(const struct device_node *np,
}
/**
- * of_property_read_bool - Find
from
a property
+ * of_property_read_bool - Find a property
* @np: device node from which the property value is to be read.
* @propname: name of the property to be searched.
*