Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lee Jones and committed by
Mark Brown
7b804ce0 b89a5eff

+2 -2
+2 -2
drivers/regulator/cpcap-regulator.c
··· 89 89 */ 90 90 #define CPCAP_REG_OFF_MODE_SEC BIT(15) 91 91 92 - /** 92 + /* 93 93 * SoC specific configuration for CPCAP regulator. There are at least three 94 94 * different SoCs each with their own parameters: omap3, omap4 and tegra2. 95 95 * ··· 325 325 static const unsigned int vusb_val_tbl[] = { 0, 3300000, }; 326 326 static const unsigned int vaudio_val_tbl[] = { 0, 2775000, }; 327 327 328 - /** 328 + /* 329 329 * SoC specific configuration for omap4. The data below is comes from Motorola 330 330 * Linux kernel tree. It's basically the values of cpcap_regltr_data, 331 331 * cpcap_regulator_mode_values and cpcap_regulator_off_mode_values, see