Skip to content

Commit 92fdb97

Browse files
Tian TaoChristianKoenigAMD
authored andcommitted
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 <[email protected]> Reviewed-by: Christian König <[email protected]> Acked-by: Huang Rui <[email protected]> Link: https://patchwork.freedesktop.org/patch/391317/ Signed-off-by: Christian König <[email protected]>
1 parent afcd0c7 commit 92fdb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/ttm/ttm_memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob,
259259
return false;
260260
}
261261

262-
/**
262+
/*
263263
* At this point we only support a single shrink callback.
264264
* Extend this if needed, perhaps using a linked list of callbacks.
265265
* Note that this function is reentrant:

0 commit comments

Comments
 (0)