]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerGrant Likely <grant.likely@linaro.org>
Thu, 29 Aug 2013 20:40:21 +0000 (21:40 +0100)
commit056ed8b329b2d3310e15d03be18890049a3b90c0
treec6952d9e8448250060b4f38b81cd14f8d3705b80
parentdf0d164c03a0ff7e96a2b9ce3c8262fee744e8dc
of: move documentation of of_parse_phandle_with_args

Commit 9e26e8b "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>
drivers/of/base.c