• Yang Li's avatar
    extcon: Fix some kernel-doc comments · 6506f6a0
    Yang Li authored
    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: default avatarAbaci Robot <abaci@linux.alibaba.com>
    Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
    Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
    6506f6a0
extcon.c 35.6 KB