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)
commit9d32bdbb5b5f8bcd5de241ec73208542b872136e
tree7ae7d833435aff4353433058e671f8a63f187a41
parentf6764815358b57c520ea137599e8297479bded4c
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: 6b7e2d5c3032 ("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