Skip to content

Commit de70eef

Browse files
rddunlapkhilman
authored andcommitted
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>
1 parent 5156a8d commit de70eef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/linux/platform_data/voltage-omap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
/**
1212
* 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
1414
* @sr_efuse_offs: The offset of the efuse register(from system
1515
* control module base address) from where to read
1616
* the n-target value for the smartreflex module.
1717
* @sr_errminlimit: Error min limit value for smartreflex. This value
1818
* differs at differnet opp and thus is linked
1919
* with voltage.
20-
* @vp_errorgain: Error gain value for the voltage processor. This
20+
* @vp_errgain: Error gain value for the voltage processor. This
2121
* field also differs according to the voltage/opp.
2222
*/
2323
struct omap_volt_data {

0 commit comments

Comments
 (0)