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

regulator: core: update kernel documentation for regulator_desc

commit df367931 (regulator: core: Provide regmap get/set bypass
operations) introduced regulator_[gs]et_bypass_regmap

However structure documentation for regulator_desc needs an update.
./scripts/kernel-doc include/linux/regulator/driver.h >/dev/null
generates:
Warning(include/linux/regulator/driver.h:233): No description found for parameter 'bypass_reg'
Warning(include/linux/regulator/driver.h:233): No description found for parameter 'bypass_mask'

Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

authored by

Nishanth Menon and committed by
Mark Brown
5838b032 2730fd82

+2
+2
include/linux/regulator/driver.h
··· 199 199 * output when using regulator_set_voltage_sel_regmap 200 200 * @enable_reg: Register for control when using regmap enable/disable ops 201 201 * @enable_mask: Mask for control when using regmap enable/disable ops 202 + * @bypass_reg: Register for control when using regmap set_bypass 203 + * @bypass_mask: Mask for control when using regmap set_bypass 202 204 * 203 205 * @enable_time: Time taken for initial enable of regulator (in uS). 204 206 */