]> git.baikalelectronics.ru Git - kernel.git/commit
phy: core: Document function args
authorVinod Koul <vkoul@kernel.org>
Mon, 29 Jun 2020 14:50:08 +0000 (20:20 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 8 Jul 2020 11:10:21 +0000 (16:40 +0530)
commit7bea34987e4391015d7991df1a7b733fa2d4ca98
tree428523a66d5bac13bb728bf2c96e4e3ba99d9e67
parent48b6d527040085b63f39316691d55d9c4617d398
phy: core: Document function args

Some function arguments are missing from documentation prompting
validation kernel doc script to complain:

drivers/phy/phy-core.c:1078: warning: Function parameter or member
'children' not described in '__devm_of_phy_provider_register'
drivers/phy/phy-core.c:1125: warning: Function parameter or member
'phy_provider' not described in 'devm_of_phy_provider_unregister'

Add the documentation for these

Link: https://lore.kernel.org/r/20200629145010.122675-2-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/phy-core.c