Searched hist:e590c2b03a6143ba93ddad306bc9eaafa838c020 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.h | diff e590c2b03a6143ba93ddad306bc9eaafa838c020 Wed Apr 21 12:18:03 CEST 2021 Dan Carpenter <dan.carpenter@oracle.com> drm/vc4: fix argument ordering in vc4_crtc_get_margins()
Cppcheck complains that the declaration doesn't match the function definition. Obviously "left" should come before "right". The caller and the function implementation are done this way, it's just the declaration which is wrong so this doesn't affect runtime.
Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/YH/720FD978TPhHp@mwanda
|