Skip to content
Snippets Groups Projects
Commit f1765a18 authored by Thierry Reding's avatar Thierry Reding Committed by Rob Herring
Browse files

of: Fix typo in kerneldoc


"Findfrom" is not a word. Replace the function synopsis by something
that makes sense.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 50ce73cf
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment