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

Configure Feed

Select the types of activity you want to include in your feed.

ARM: omap: fix all kernel-doc warnings

Use the correct struct member names to avoid kernel-doc warnings:

Warning: include/linux/platform_data/voltage-omap.h:27 struct member
'volt_nominal' not described in 'omap_volt_data'
Warning: include/linux/platform_data/voltage-omap.h:27 struct member
'vp_errgain' not described in 'omap_volt_data'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260226051309.556228-1-rdunlap@infradead.org
Signed-off-by: Kevin Hilman <khilman@baylibre.com>

authored by

Randy Dunlap and committed by
Kevin Hilman
de70eef3 5156a8d9

+2 -2
+2 -2
include/linux/platform_data/voltage-omap.h
··· 10 10 11 11 /** 12 12 * struct omap_volt_data - Omap voltage specific data. 13 - * @voltage_nominal: The possible voltage value in uV 13 + * @volt_nominal: The possible voltage value in uV 14 14 * @sr_efuse_offs: The offset of the efuse register(from system 15 15 * control module base address) from where to read 16 16 * the n-target value for the smartreflex module. 17 17 * @sr_errminlimit: Error min limit value for smartreflex. This value 18 18 * differs at differnet opp and thus is linked 19 19 * with voltage. 20 - * @vp_errorgain: Error gain value for the voltage processor. This 20 + * @vp_errgain: Error gain value for the voltage processor. This 21 21 * field also differs according to the voltage/opp. 22 22 */ 23 23 struct omap_volt_data {