From: Geert Uytterhoeven Date: Mon, 4 May 2015 17:42:19 +0000 (+0200) Subject: of: Grammar s/property exist/property exists/ X-Git-Tag: firefly_0821_release~176^2~1501^2~2^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=31712c98f8180c7bd3f33eefa461f0e1142e18f5;p=firefly-linux-kernel-4.4.55.git of: Grammar s/property exist/property exists/ Signed-off-by: Geert Uytterhoeven Signed-off-by: Rob Herring --- diff --git a/include/linux/of.h b/include/linux/of.h index 9b32cbdf0230..a3eb9d1e5800 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -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)