Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

of: Grammar s/property exist/property exists/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Geert Uytterhoeven and committed by
Rob Herring
31712c98 391b459d

+1 -1
+1 -1
include/linux/of.h
··· 815 815 * @propname: name of the property to be searched. 816 816 * 817 817 * Search for a property in a device node. 818 - * Returns true if the property exist false otherwise. 818 + * Returns true if the property exists false otherwise. 819 819 */ 820 820 static inline bool of_property_read_bool(const struct device_node *np, 821 821 const char *propname)