aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/of.h')
-rw-r--r--include/linux/of.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of.h b/include/linux/of.h
index 0cf857012f11..844f89e1b039 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -1164,7 +1164,7 @@ static inline int of_property_read_string_index(const struct device_node *np,
1164} 1164}
1165 1165
1166/** 1166/**
1167 * of_property_read_bool - Findfrom a property 1167 * of_property_read_bool - Find a property
1168 * @np: device node from which the property value is to be read. 1168 * @np: device node from which the property value is to be read.
1169 * @propname: name of the property to be searched. 1169 * @propname: name of the property to be searched.
1170 * 1170 *