Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *