Re: [PATCH 1/2] drm/panel: Fix kernel-doc typo for `follower_lock`

2023-08-03 Thread Neil Armstrong
Hi, On Wed, 02 Aug 2023 07:47:27 -0700, Douglas Anderson wrote: > In the kernel doc for the `follower_lock` member of `struct drm_panel` > there was a typo where it was called `followers_lock`. This resulted > in a warning when making "htmldocs": > > ./include/drm/drm_panel.h:270: warning: >

Re: [PATCH 1/2] drm/panel: Fix kernel-doc typo for `follower_lock`

2023-08-03 Thread Neil Armstrong
On 02/08/2023 16:47, Douglas Anderson wrote: In the kernel doc for the `follower_lock` member of `struct drm_panel` there was a typo where it was called `followers_lock`. This resulted in a warning when making "htmldocs": ./include/drm/drm_panel.h:270: warning: Function parameter or member

[PATCH 1/2] drm/panel: Fix kernel-doc typo for `follower_lock`

2023-08-02 Thread Douglas Anderson
In the kernel doc for the `follower_lock` member of `struct drm_panel` there was a typo where it was called `followers_lock`. This resulted in a warning when making "htmldocs": ./include/drm/drm_panel.h:270: warning: Function parameter or member 'follower_lock' not described in 'drm_panel' Fi