of: move documentation of of_parse_phandle_with_args
authorStephen Warren <swarren@nvidia.com>
Wed, 14 Aug 2013 21:27:08 +0000 (15:27 -0600)
committerMark Brown <broonie@kernel.org>
Mon, 16 Feb 2015 02:34:35 +0000 (11:34 +0900)
commitd2621341c5f10760632d36e01643eb0d9a169d18
tree9aaa8ae638c9ece852df8c403008e40e17db2ad5
parentf80b1f865b8a901b293dec99685afa56b41c040b
of: move documentation of of_parse_phandle_with_args

Commit bd69f73 "of: Create function for counting number of phandles in
a property" renamed of_parse_phandle_with_args(), and created a wrapper
function that implemented the original name. However, the documentation
of the original function was not moved, leaving it apparently documenting
the newly renamed function.

Move the documentation so that it is adjacent to the function it
documents.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
(cherry picked from commit eded9dd40b1e30215ab7379dc433f3d3c662ec88)
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/of/base.c