drm/modes: Fix drm_mode_is_420_only() comment
authorSean Paul <seanpaul@chromium.org>
Thu, 20 Jul 2017 17:47:40 +0000 (13:47 -0400)
committerThierry Reding <treding@nvidia.com>
Mon, 31 Jul 2017 12:23:30 +0000 (14:23 +0200)
commit8d0873a2c45c1a44fc2d5f4936fceac9dba33941
tree894d8d019733acbfaa9440b27fe8872bd169522d
parentc92883a61d850606dcc8dd52807ce469380dd664
drm/modes: Fix drm_mode_is_420_only() comment

Fixes the following warnings when building docs:
../drivers/gpu/drm/drm_modes.c:1623: warning: No description found for parameter 'display'
../drivers/gpu/drm/drm_modes.c:1623: warning: Excess function parameter 'connector' description in 'drm_mode_is_420_only'

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170720174746.29100-2-seanpaul@chromium.org
drivers/gpu/drm/drm_modes.c