OSDN Git Service

drm: Fix htmldocs warnings in drm_fourcc.c
authorSean Paul <seanpaul@chromium.org>
Wed, 7 Nov 2018 20:55:33 +0000 (15:55 -0500)
committerSean Paul <seanpaul@chromium.org>
Wed, 7 Nov 2018 21:16:27 +0000 (16:16 -0500)
commitcf3d02a185edf449d30465dae8d22a4979545829
tree588cd244f59e1395b8ec3f7f97414601fb15d5b9
parenta8939766c75c06b5a0ab691ecbba9347e4e520cf
drm: Fix htmldocs warnings in drm_fourcc.c

Add a description for dev and remove the excess one for native. Fixes
the following warnings:

../drivers/gpu/drm/drm_fourcc.c:112: warning: Function parameter or member 'dev' not described in 'drm_driver_legacy_fb_format'
../drivers/gpu/drm/drm_fourcc.c:112: warning: Excess function parameter 'native' description in 'drm_driver_legacy_fb_format'

Fixes: 059b5eb5d955 ("drm: move native byte order quirk to new drm_driver_legacy_fb_format function")
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20181107205546.216088-1-sean@poorly.run
drivers/gpu/drm/drm_fourcc.c