Skip to content

Commit

Permalink
drm/modes: Fix drm_mode_is_420_only() comment
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
atseanpaul authored and thierryreding committed Jul 31, 2017
1 parent c92883a commit 8d0873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/drm_modes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ int drm_mode_convert_umode(struct drm_display_mode *out,
* drm_mode_is_420_only - if a given videomode can be only supported in YCBCR420
* output format
*
* @connector: drm connector under action.
* @display: display under action
* @mode: video mode to be tested.
*
* Returns:
Expand Down

0 comments on commit 8d0873a

Please sign in to comment.