Re: [PATCH] most: fix current kernel-doc warnings

From: Randy Dunlap
Date: Mon May 06 2024 - 11:20:42 EST




On 5/4/24 6:25 PM, Jeff Johnson wrote:
> Follow up on the prior work [1] from Randy Dunlap and fix the current
> set of W=1 kernel-doc warnings in drivers/most/:
>
> drivers/most/most_snd.c:58: warning: Excess struct member 'opened' description in 'channel'
> drivers/most/most_usb.c:69: warning: Function parameter or struct member 'dev' not described in 'most_dci_obj'
> drivers/most/most_usb.c:69: warning: Excess struct member 'kobj' description in 'most_dci_obj'
> drivers/most/most_usb.c:122: warning: Function parameter or struct member 'dev' not described in 'most_dev'
> drivers/most/most_usb.c:122: warning: Function parameter or struct member 'clear_work' not described in 'most_dev'
> drivers/most/most_usb.c:122: warning: Function parameter or struct member 'on_netinfo' not described in 'most_dev'
> drivers/most/most_usb.c:650: warning: Function parameter or struct member 'on_netinfo' not described in 'hdm_request_netinfo'
>
> Link: https://lore.kernel.org/r/20230113063947.23174-1-rdunlap@xxxxxxxxxxxxx [1]
> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>

Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Thanks.

> ---
> drivers/most/most_snd.c | 1 -
> drivers/most/most_usb.c | 6 +++++-
> 2 files changed, 5 insertions(+), 2 deletions(-)