]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/fourcc: Fix the parameters name in the documentation
authorMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 21 May 2019 11:09:06 +0000 (13:09 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 21 May 2019 14:58:05 +0000 (16:58 +0200)
commit7793a108964924dd2802ee8c5dff2e9f3a9cd54a
tree0904bf973b0e6afe8a96d5caa4eb538f75983f84
parent201713b6bb037425a18618719b0930cc83a7055d
drm/fourcc: Fix the parameters name in the documentation

We introduced new functions in the commit bf39607c1614 ("drm/fourcc: Pass
the format_info pointer to drm_format_plane_width/height") based on
previous ones but with a slightly different prototype. However, the
documentation wasn't changed to reflect that change.

Fixes: bf39607c1614 ("drm/fourcc: Pass the format_info pointer to drm_format_plane_width/height")
Reported-by: kbuild test robot <lkp@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190521110906.15268-1-maxime.ripard@bootlin.com
include/drm/drm_fourcc.h