include/linux/platform_data/voltage-omap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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>
---
Cc: Nishanth Menon <nm@ti.com>
Cc: linux-pm@vger.kernel.org
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Cc: Kevin Hilman <khilman@kernel.org>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Andreas Kemnade <andreas@kemnade.info>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: Roger Quadros <rogerq@kernel.org>
Cc: Tony Lindgren <tony@atomide.com>
include/linux/platform_data/voltage-omap.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- linux-next-20260225.orig/include/linux/platform_data/voltage-omap.h
+++ linux-next-20260225/include/linux/platform_data/voltage-omap.h
@@ -10,14 +10,14 @@
/**
* 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 {
On Wed, 25 Feb 2026 21:13:09 -0800, Randy Dunlap wrote:
> 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'
>
> [...]
Applied, thanks!
[1/1] ARM: omap: fix all kernel-doc warnings
commit: de70eef32e10883fe74f6df635c616785b24b867
Best regards,
--
Kevin Hilman <khilman@baylibre.com>
© 2016 - 2026 Red Hat, Inc.