aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-07-26 12:17:44 +0200
committerRob Herring <robh@kernel.org>2019-07-26 17:01:29 -0600
commitf1765a1819ff3489db9500c6d464e682e6844a14 (patch)
tree2c5b340accca8c1fa6f8998fff1af2830f3591e7 /include
parentdt-bindings: interrupt-controller: al-fic: remove redundant binding (diff)
downloadlinux-dev-f1765a1819ff3489db9500c6d464e682e6844a14.tar.xz
linux-dev-f1765a1819ff3489db9500c6d464e682e6844a14.zip
of: Fix typo in kerneldoc
"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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/of.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of.h b/include/linux/of.h
index 0cf857012f11..844f89e1b039 100644
--- 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 - Findfrom 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.
*