Skip to content

Commit 101bc85

Browse files
Vivek BalachandharTNlag-linaro
authored andcommitted
leds: lm3692x: Fix kernel-doc for struct lm3692x_led
Building with W=1 reports several kernel-doc warnings in drivers/leds/leds-lm3692x.c: Warning: leds-lm3692x.c:122 struct member 'boost_ctrl' not described in 'lm3692x_led' Warning: leds-lm3692x.c:122 struct member 'brightness_ctrl' not described in 'lm3692x_led' Warning: leds-lm3692x.c:122 struct member 'enabled' not described in 'lm3692x_led' These fields were added to struct lm3692x_led but the corresponding kernel-doc comment was not updated. Convert the kernel-doc block to use the "@member: description" style consistently and document the boost_ctrl, brightness_ctrl and enabled fields. This keeps the documentation in sync with the implementation and silences the W=1 warnings. Signed-off-by: Vivek BalachandharTN <vivek.balachandhar@gmail.com> Link: https://patch.msgid.link/20251201042612.2099239-1-vivek.balachandhar@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 8f0b4cc commit 101bc85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/leds/leds-lm3692x.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
104104
* @regulator: LED supply regulator pointer
105105
* @led_enable: LED sync to be enabled
106106
* @model_id: Current device model ID enumerated
107+
* @boost_ctrl: Cached configuration for the boost control register
108+
* @brightness_ctrl: Cached configuration for brightness/brightness control
109+
* @enabled: Cached enable state of the device
107110
*/
108111
struct lm3692x_led {
109112
struct mutex lock;

0 commit comments

Comments
 (0)