Skip to content

Commit

Permalink
of: base, fix of_property_read_string_helper kernel-doc
Browse files Browse the repository at this point in the history
It referenced of_property_read_string_util whereas the function name
is of_property_read_string_helper.

Introduced in a87fa1d (of: Fix
overflow bug in string property parsing functions). Found out when
reviewing the stable 3.12 queue.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
  • Loading branch information
Jiri Slaby authored and Grant Likely committed Nov 27, 2014
1 parent 65d473b commit e99010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/of/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e99010e

Please sign in to comment.