1
0
Fork 0

of: Grammar s/property exist/property exists/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
hifive-unleashed-5.1
Geert Uytterhoeven 2015-05-04 19:42:19 +02:00 committed by Rob Herring
parent 391b459d76
commit 31712c98f8
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ static inline int of_property_read_string_index(struct device_node *np,
* @propname: name of the property to be searched.
*
* Search for a property in a device node.
* Returns true if the property exist false otherwise.
* Returns true if the property exists false otherwise.
*/
static inline bool of_property_read_bool(const struct device_node *np,
const char *propname)