extcon: adc-jack: Document missing struct members
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 26 Apr 2024 10:00:54 +0000 (18:00 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 8 May 2024 16:03:39 +0000 (01:03 +0900)
commit3e8e45b65d9f3f1811c020325a306da0f01e485b
tree17f0eca265141d8d83bfcbc8009fe71684f3ccf2
parent986c51b95948e0aff81295a34c4498a7547f7bf6
extcon: adc-jack: Document missing struct members

This patch adds kernel-doc comments for the previously undocumented
members `dev` and `wakeup_source` in the struct adc_jack_data in
adc-jack device driver.

Link: https://lore.kernel.org/lkml/20240426100054.61506-1-yang.lee@linux.alibaba.com/
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-adc-jack.c