]> 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)
commit8ccd1bd633ad8612b9bedc63000e63644e3b9bb8
treec6952d9e8448250060b4f38b81cd14f8d3705b80
parenta36bc47911f2a3fc6c9dfc6845246b15f643d7b9
of: move documentation of of_parse_phandle_with_args

Commit 527d8d0 "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