2023-02-03 02:53:12

by Stephen Rothwell

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

Hi all,

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

include/media/v4l2-subdev.h:1088: warning: Function parameter or member 'privacy_led' not described in 'v4l2_subdev'

Introduced by commit

10d96e289fbd ("media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if present")

--
Cheers,
Stephen Rothwell


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

2023-02-03 09:26:45

by Hans de Goede

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

Hi,

On 2/3/23 03:53, Stephen Rothwell wrote:
> Hi all,
>
> After merging the drivers-x86 tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/media/v4l2-subdev.h:1088: warning: Function parameter or member 'privacy_led' not described in 'v4l2_subdev'
>
> Introduced by commit
>
> 10d96e289fbd ("media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if present")

Thank you for reporting this. It seems I didn't have much luck with my
latest for-next push.

I'm testing an updated for-next with this fixed now and I'll push that
out shortly.

Regards,

Hans