2023-08-02 04:33:17

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the drm-misc tree

Hi all,

After merging the drm-misc tree, today's linux-next build (htmldocs)
produced this warning:

include/drm/drm_panel.h:270: warning: Function parameter or member 'follower_lock' not described in 'drm_panel'

Introduced by commit

de0874165b83 ("drm/panel: Add a way for other devices to follow panel state")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2023-08-02 15:47:53

by Doug Anderson

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm-misc tree

Hi,

On Tue, Aug 1, 2023 at 9:21 PM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> After merging the drm-misc tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/drm/drm_panel.h:270: warning: Function parameter or member 'follower_lock' not described in 'drm_panel'
>
> Introduced by commit
>
> de0874165b83 ("drm/panel: Add a way for other devices to follow panel state")

Thanks for the report. I've posted:

https://lore.kernel.org/all/20230802074727.1.I4036706ad5e7f45e80d41b777164258e52079cd8@changeid/

To fix this one.

-Doug