2024-04-05 03:16:58

by Stephen Rothwell

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

Hi all,

After merging the drm-intel tree, today's linux-next build (htmldocs)
produced these warnings:

include/drm/display/drm_dp_helper.h:126: warning: Function parameter or struct member 'mode' not described in 'drm_dp_as_sdp'
include/drm/display/drm_dp_helper.h:126: warning: Excess struct member 'operation_mode' description in 'drm_dp_as_sdp'

Introduced by commit

0bbb8f594e33 ("drm/dp: Add Adaptive Sync SDP logging")

--
Cheers,
Stephen Rothwell


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

Subject: RE: linux-next: build warnings after merge of the drm-intel tree

Hi,

Thanks @Stephen Rothwell. I corrected the documentation and sent a patch with fixes.

https://patchwork.freedesktop.org/series/132061/

Regards,
Mitul

> -----Original Message-----
> From: Stephen Rothwell <[email protected]>
> Sent: Friday, April 5, 2024 8:47 AM
> To: Daniel Vetter <[email protected]>; Jani Nikula
> <[email protected]>; Joonas Lahtinen
> <[email protected]>; Vivi, Rodrigo <[email protected]>
> Cc: Nautiyal, Ankit K <[email protected]>; Golani, Mitulkumar
> Ajitkumar <[email protected]>; Intel Graphics <intel-
> [email protected]>; DRI <[email protected]>; Linux
> Kernel Mailing List <[email protected]>; Linux Next Mailing List
> <[email protected]>
> Subject: linux-next: build warnings after merge of the drm-intel tree
>
> Hi all,
>
> After merging the drm-intel tree, today's linux-next build (htmldocs) produced
> these warnings:
>
> include/drm/display/drm_dp_helper.h:126: warning: Function parameter or
> struct member 'mode' not described in 'drm_dp_as_sdp'
> include/drm/display/drm_dp_helper.h:126: warning: Excess struct member
> 'operation_mode' description in 'drm_dp_as_sdp'
>
> Introduced by commit
>
> 0bbb8f594e33 ("drm/dp: Add Adaptive Sync SDP logging")
>
> --
> Cheers,
> Stephen Rothwell