extcon: Fix some kernel-doc comments
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 4 Jan 2022 08:43:59 +0000 (16:43 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 16 Feb 2022 02:08:21 +0000 (11:08 +0900)
commitb26c5f03a64538d8897851458ed49af39001a869
tree2d337506ef125b64bfbbc54875c7e9347e2642a7
parent0f8f81c33cfb808883b6ede134d293403e55f4ee
extcon: Fix some kernel-doc comments

Add the description of @id in extcon_sync() kernel-doc comment
and @edev, @id, @prop in extcon_set_property_sync() kernel-doc
comment to remove warnings found by running scripts/kernel-doc,
which is caused by using 'make W=1'.
drivers/extcon/extcon.c:409: warning: Function parameter or
member 'id' not described in 'extcon_sync'
drivers/extcon/extcon.c:750: warning: Function parameter or
member 'edev' not described in 'extcon_set_property_sync'
drivers/extcon/extcon.c:750: warning: Function parameter or
member 'id' not described in 'extcon_set_property_sync'
drivers/extcon/extcon.c:750: warning: Function parameter or
member 'prop' not described in 'extcon_set_property_sync'

Reported-by: Abaci Robot <abaci@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.c