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)
commit7b804ce0c2e0bbf77b3a1d4b457520145822c496
tree8d26c0ec7da391e5db3fe40c97dd25271e70b58c
parentb89a5effb3345a484584cc2b090af62e1ecb0871
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