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

Nothing about this comment identifies it as a kerneldoc header.
They're missing all of their struct's property descriptions and
the correct 'struct *' header.

Fixes the following W=1 warning(s):

 drivers/regulator/cpcap-regulator.c:99: warning: cannot understand function prototype: 'struct cpcap_regulator '
 drivers/regulator/cpcap-regulator.c:337: warning: cannot understand function prototype: 'const struct cpcap_regulator omap4_regulators[] = '

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