]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Fix doc warning in drm_connector_attach_edid_property()
authorSean Paul <seanpaul@chromium.org>
Wed, 24 Oct 2018 18:24:30 +0000 (14:24 -0400)
committerSean Paul <seanpaul@chromium.org>
Wed, 24 Oct 2018 20:12:21 +0000 (16:12 -0400)
commite5a545f27c1a17e90afd458e86da633b6d214495
tree7ae7d833435aff4353433058e671f8a63f187a41
parentb245815936c2cad3615eabd84bf54fff7901f060
drm: Fix doc warning in drm_connector_attach_edid_property()

Fixes the following warnings:
../drivers/gpu/drm/drm_connector.c:305: warning: Excess function parameter 'dev' description in 'drm_connector_attach_edid_property'
../drivers/gpu/drm/drm_connector.c:306: warning: Excess function parameter 'dev' description in 'drm_connector_attach_edid_property'
../drivers/gpu/drm/drm_connector.c:305: warning: Excess function parameter 'dev' description in 'drm_connector_attach_edid_property'
../drivers/gpu/drm/drm_connector.c:305: warning: Excess function parameter 'dev' description in 'drm_connector_attach_edid_property'
../drivers/gpu/drm/drm_connector.c:305: warning: Excess function parameter 'dev' description in 'drm_connector_attach_edid_property'

Fixes: 7c2f88cc35d2 ("drm: add drm_connector_attach_edid_property()")
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20181024182442.206411-1-sean@poorly.run
drivers/gpu/drm/drm_connector.c