Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/vc4/vc4_v3d: Demote non-conformant kernel-doc headers

Fixes the following W=1 kernel build warning(s):

drivers/gpu/drm/vc4/vc4_v3d.c:131: warning: Function parameter or member 'vc4' not described in 'vc4_v3d_pm_get'
drivers/gpu/drm/vc4/vc4_v3d.c:231: warning: Function parameter or member 'vc4' not described in 'bin_bo_alloc'

Cc: Eric Anholt <eric@anholt.net>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Rob Clark <robdclark@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20201116174112.1833368-40-lee.jones@linaro.org

authored by

Lee Jones and committed by
Daniel Vetter
06e09419 2bac959c

+2 -2
+2 -2
drivers/gpu/drm/vc4/vc4_v3d.c
··· 122 122 return 0; 123 123 } 124 124 125 - /** 125 + /* 126 126 * Wraps pm_runtime_get_sync() in a refcount, so that we can reliably 127 127 * get the pm_runtime refcount to 0 in vc4_reset(). 128 128 */ ··· 205 205 return -ENOMEM; 206 206 } 207 207 208 - /** 208 + /* 209 209 * bin_bo_alloc() - allocates the memory that will be used for 210 210 * tile binning. 211 211 *