]> git.ipfire.org Git - thirdparty/linux.git/commit
mfd: tps6105x: Fix kernel-doc warnings relating to the core struct and tps6105x_mode
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 25 Nov 2025 02:27:50 +0000 (18:27 -0800)
committerLee Jones <lee@kernel.org>
Thu, 22 Jan 2026 14:22:14 +0000 (14:22 +0000)
commited30d0296373e354f35ffc14558f265934dfa790
tree726db492a65ec4f759aa4ed14e595f0f2288bde9
parent12daa9c1954542bf98bb942fb2dadf19de79a44b
mfd: tps6105x: Fix kernel-doc warnings relating to the core struct and tps6105x_mode

Fix spelling of an enum to fix a kernel-doc warning.
Fix kernel-doc of struct tps6105x to prevent kernel-doc warnings.

Warning: include/linux/mfd/tps6105x.h:68 Enum value 'TPS6105X_MODE_TORCH'
 not described in enum 'tps6105x_mode'
Warning: include/linux/mfd/tps6105x.h:68 Excess enum value
 '%TPS61905X_MODE_TORCH' description in 'tps6105x_mode'
Warning: include/linux/mfd/tps6105x.h:93 struct member 'pdata'
 not described in 'tps6105x'
Warning: include/linux/mfd/tps6105x.h:93 struct member 'client'
 not described in 'tps6105x'

Fixes: 798a8eee44da ("mfd: Add a core driver for TI TPS61050/TPS61052 chips v2")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20251125022750.3165569-1-rdunlap@infradead.org
Signed-off-by: Lee Jones <lee@kernel.org>
include/linux/mfd/tps6105x.h