]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/of/base.c
of: base, fix of_property_read_string_helper kernel-doc
[karo-tx-linux.git] / drivers / of / base.c
index 2d5dfb8b2e658c2a24f61d26e61ac91bd3410364..99bc95e83d094dcb2183283b2de37ea6a6aa0b2b 100644 (file)
@@ -1326,7 +1326,7 @@ int of_property_match_string(struct device_node *np, const char *propname,
 EXPORT_SYMBOL_GPL(of_property_match_string);
 
 /**
- * of_property_read_string_util() - Utility helper for parsing string properties
+ * of_property_read_string_helper() - Utility helper for parsing string properties
  * @np:                device node from which the property value is to be read.
  * @propname:  name of the property to be searched.
  * @out_strs:  output array of string pointers.