]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: max14577-regulator: Demote kerneldoc header to standard comment
authorLee Jones <lee.jones@linaro.org>
Thu, 25 Jun 2020 16:36:14 +0000 (17:36 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 25 Jun 2020 19:11:17 +0000 (20:11 +0100)
commitc20f144e22528b6f5d5cf4e8673c78ce5c30c51b
treec473d97fe976a37ed1c08d04acd22c52259f51fc
parentda7d9e7254c577f9e830a2c0732ba8382609a0eb
regulator: max14577-regulator: Demote kerneldoc header to standard comment

Nothing about this comment identifies it as a kerneldoc header.
It's missing all of it's function argument descriptions and the
correct function header.

Fixes the following W=1 warning(s):

 drivers/regulator/max14577-regulator.c:166: warning: Function parameter or member 'max14577' not described in 'max14577_get_regma
 drivers/regulator/max14577-regulator.c:166: warning: Function parameter or member 'reg_id' not described in 'max14577_get_regmap'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200625163614.4001403-11-lee.jones@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max14577-regulator.c