]> git.baikalelectronics.ru Git - kernel.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)
commit21777445725173af961178547ece67d5964f043b
tree0904bf973b0e6afe8a96d5caa4eb538f75983f84
parent1b5d11ca1a7c96ae9a41b6b6b10634bd977929a2
drm/fourcc: Fix the parameters name in the documentation

We introduced new functions in the commit ee46466e2949 ("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: ee46466e2949 ("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