Re: [PATCH 2/2] drm/debugfs: add descriptions to struct parameters

2023-01-11 Thread Daniel Vetter
On Mon, Jan 09, 2023 at 08:28:20AM -0300, Maíra Canal wrote: > On 1/6/23 17:19, Daniel Vetter wrote: > > On Thu, Jan 05, 2023 at 04:30:39PM -0300, Maíra Canal wrote: > > > The structs drm_debugfs_info and drm_debugfs_entry don't have > > > descriptions for their parameters, which is causing the

Re: [PATCH 2/2] drm/debugfs: add descriptions to struct parameters

2023-01-10 Thread Maíra Canal
On 1/5/23 16:30, Maíra Canal wrote: The structs drm_debugfs_info and drm_debugfs_entry don't have descriptions for their parameters, which is causing the following warnings: include/drm/drm_debugfs.h:93: warning: Function parameter or member 'name' not described in 'drm_debugfs_info'

Re: [PATCH 2/2] drm/debugfs: add descriptions to struct parameters

2023-01-09 Thread Maíra Canal
On 1/6/23 17:19, Daniel Vetter wrote: On Thu, Jan 05, 2023 at 04:30:39PM -0300, Maíra Canal wrote: The structs drm_debugfs_info and drm_debugfs_entry don't have descriptions for their parameters, which is causing the following warnings: include/drm/drm_debugfs.h:93: warning: Function parameter

Re: [PATCH 2/2] drm/debugfs: add descriptions to struct parameters

2023-01-06 Thread Daniel Vetter
On Thu, Jan 05, 2023 at 04:30:39PM -0300, Maíra Canal wrote: > The structs drm_debugfs_info and drm_debugfs_entry don't have > descriptions for their parameters, which is causing the following warnings: > > include/drm/drm_debugfs.h:93: warning: Function parameter or member > 'name' not described

[PATCH 2/2] drm/debugfs: add descriptions to struct parameters

2023-01-05 Thread Maíra Canal
The structs drm_debugfs_info and drm_debugfs_entry don't have descriptions for their parameters, which is causing the following warnings: include/drm/drm_debugfs.h:93: warning: Function parameter or member 'name' not described in 'drm_debugfs_info' include/drm/drm_debugfs.h:93: warning: Function