[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4138c586-8a56-4328-b7dc-bbfc7850e238@infradead.org>
Date: Mon, 6 May 2024 08:20:22 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Jeff Johnson <quic_jjohnson@...cinc.com>,
Parthiban Veerasooran <parthiban.veerasooran@...rochip.com>,
Christian Gromm <christian.gromm@...rochip.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] most: fix current kernel-doc warnings
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@infradead.org [1]
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
Tested-by: Randy Dunlap <rdunlap@...radead.org>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.
> ---
> drivers/most/most_snd.c | 1 -
> drivers/most/most_usb.c | 6 +++++-
> 2 files changed, 5 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists