OSDN Git Service

drm/ttm: update kernel-doc line comments
authorTian Tao <tiantao6@hisilicon.com>
Fri, 18 Sep 2020 09:52:58 +0000 (17:52 +0800)
committerChristian König <christian.koenig@amd.com>
Mon, 21 Sep 2020 09:20:13 +0000 (11:20 +0200)
commit92fdb97d648a0120bc342342d199f5be119cfd67
tree79733de60e774041ea0ba725c34f60deb923aef1
parentafcd0c7d3d4c22afc8befcfc906db6ce3058d3ee
drm/ttm: update kernel-doc line comments

Update kernel-doc line comments to fix warnings reported by make W=1.

drivers/gpu/drm/ttm/ttm_memory.c:271: warning: Function parameter or
member 'glob' not described in 'ttm_shrink'
drivers/gpu/drm/ttm/ttm_memory.c:271: warning: Function parameter or
member 'from_wq' not described in 'ttm_shrink'
drivers/gpu/drm/ttm/ttm_memory.c:271: warning: Function parameter or
member 'extra' not described in 'ttm_shrink'
drivers/gpu/drm/ttm/ttm_memory.c:271: warning: Function parameter or
member 'ctx' not described in 'ttm_shrink'

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Link: https://patchwork.freedesktop.org/patch/391317/
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/ttm/ttm_memory.c