From: Christian König Date: Wed, 13 Apr 2022 09:11:36 +0000 (+0200) Subject: drm/ttm: fix kerneldoc for ttm_lru_bulk_move X-Git-Tag: sched-urgent-2022-06-05~29^2~19^2~49 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=84ab41db1734c7764a4f29a99d3106586495638c;p=users%2Fdwmw2%2Flinux.git drm/ttm: fix kerneldoc for ttm_lru_bulk_move Update the kerneldoc for the members as well. Signed-off-by: Christian König Fixes: b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains") Acked-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20220413091242.638413-1-christian.koenig@amd.com --- diff --git a/include/drm/ttm/ttm_resource.h b/include/drm/ttm/ttm_resource.h index 314f73de4280b..f82fee18c07fc 100644 --- a/include/drm/ttm/ttm_resource.h +++ b/include/drm/ttm/ttm_resource.h @@ -215,8 +215,7 @@ struct ttm_lru_bulk_move_pos { /** * struct ttm_lru_bulk_move * - * @tt: first/last lru entry for resources in the TT domain - * @vram: first/last lru entry for resources in the VRAM domain + * @pos: first/last lru entry for resources in the each domain/priority * * Container for the current bulk move state. Should be used with * ttm_lru_bulk_move_init() and ttm_bo_set_bulk_move().