aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/of/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c
index 2d5dfb8b2e65..99bc95e83d09 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -1326,7 +1326,7 @@ int of_property_match_string(struct device_node *np, const char *propname,
1326EXPORT_SYMBOL_GPL(of_property_match_string); 1326EXPORT_SYMBOL_GPL(of_property_match_string);
1327 1327
1328/** 1328/**
1329 * of_property_read_string_util() - Utility helper for parsing string properties 1329 * of_property_read_string_helper() - Utility helper for parsing string properties
1330 * @np: device node from which the property value is to be read. 1330 * @np: device node from which the property value is to be read.
1331 * @propname: name of the property to be searched. 1331 * @propname: name of the property to be searched.
1332 * @out_strs: output array of string pointers. 1332 * @out_strs: output array of string pointers.