Skip to content

Commit

Permalink
of: Fix typo in kerneldoc
Browse files Browse the repository at this point in the history
"Findfrom" is not a word. Replace the function synopsis by something
that makes sense.

Signed-off-by: Thierry Reding <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
thierryreding authored and robherring committed Jul 26, 2019
1 parent 50ce73c commit f1765a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit f1765a1

Please sign in to comment.