drm/ttm/ttm_bo: Provide a missing 'bulk' description and correct misnaming of 'placement'
authorLee Jones <lee@kernel.org>
Fri, 17 Mar 2023 08:16:46 +0000 (08:16 +0000)
committerChristian König <christian.koenig@amd.com>
Fri, 17 Mar 2023 08:48:29 +0000 (09:48 +0100)
commit862643c7589dc97111cd59c471dca0b354f01eb7
tree9bfe260464e341b252e014052694bf9e468a90c0
parent165d5133731a2e045abdd6d9d3c9221fdc2a556e
drm/ttm/ttm_bo: Provide a missing 'bulk' description and correct misnaming of 'placement'

'bulk' description taken from another in the same file.

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

 drivers/gpu/drm/ttm/ttm_bo.c:98: warning: Function parameter or member 'bulk' not described in 'ttm_bo_set_bulk_move'
 drivers/gpu/drm/ttm/ttm_bo.c:768: warning: Function parameter or member 'placement' not described in 'ttm_bo_mem_space'
 drivers/gpu/drm/ttm/ttm_bo.c:768: warning: Excess function parameter 'proposed_placement' description in 'ttm_bo_mem_space'

Signed-off-by: Lee Jones <lee@kernel.org>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230317081718.2650744-6-lee@kernel.org
drivers/gpu/drm/ttm/ttm_bo.c