drm/modes: Fix drm_mode_is_420_only() comment
authorSean Paul <[email protected]>
Thu, 20 Jul 2017 17:47:40 +0000 (13:47 -0400)
committerThierry Reding <[email protected]>
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 <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/drm_modes.c