]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: omap: fix all kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 26 Feb 2026 05:13:09 +0000 (21:13 -0800)
committerKevin Hilman <khilman@baylibre.com>
Fri, 6 Mar 2026 00:42:39 +0000 (16:42 -0800)
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>
include/linux/platform_data/voltage-omap.h

index 6d74e507dbd24773f2702a03d69bd07aee1059f6..2b48f2b0135db6fa7807c7506b6ed9faaf5a196a 100644 (file)
 
 /**
  * struct omap_volt_data - Omap voltage specific data.
- * @voltage_nominal:   The possible voltage value in uV
+ * @volt_nominal:      The possible voltage value in uV
  * @sr_efuse_offs:     The offset of the efuse register(from system
  *                     control module base address) from where to read
  *                     the n-target value for the smartreflex module.
  * @sr_errminlimit:    Error min limit value for smartreflex. This value
  *                     differs at differnet opp and thus is linked
  *                     with voltage.
- * @vp_errorgain:      Error gain value for the voltage processor. This
+ * @vp_errgain:                Error gain value for the voltage processor. This
  *                     field also differs according to the voltage/opp.
  */
 struct omap_volt_data {