Hi all,
After merging the drm-misc tree, today's linux-next build (htmldocs) produced these warnings:
include/drm/drm_edid.h:530: warning: Function parameter or member 'vend_chr_1' not described in 'drm_edid_encode_panel_id' include/drm/drm_edid.h:530: warning: Excess function parameter 'vend_chr_3' description in 'drm_edid_encode_panel_id'
Introduced by commit
7d1be0a09fa6 ("drm/edid: Fix EDID quirk compile error on older compilers")
Hi,
On Sun, Sep 26, 2021 at 10:44 PM Stephen Rothwell sfr@canb.auug.org.au wrote:
Hi all,
After merging the drm-misc tree, today's linux-next build (htmldocs) produced these warnings:
include/drm/drm_edid.h:530: warning: Function parameter or member 'vend_chr_1' not described in 'drm_edid_encode_panel_id' include/drm/drm_edid.h:530: warning: Excess function parameter 'vend_chr_3' description in 'drm_edid_encode_panel_id'
Introduced by commit
7d1be0a09fa6 ("drm/edid: Fix EDID quirk compile error on older compilers")
Thanks for the report! Fix posted.
https://lore.kernel.org/r/20210927074104.1.Ibf22f2a0b75287a5d636c0570c114986...
dri-devel@lists.freedesktop.org