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

drm/ttm: fix ttm_execbuf_util.h kernel-doc warnings

Fix some formatting errors and excess documentation.

Cc: Christian Koenig <christian.koenig@amd.com>
Cc: Huang Rui <ray.huang@amd.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/b0f6d243c4e5eb1564ef2f4bb5bb834ee2c0305b.1709898638.git.jani.nikula@intel.com

+3 -4
+3 -4
include/drm/ttm/ttm_execbuf_util.h
··· 52 52 }; 53 53 54 54 /** 55 - * function ttm_eu_backoff_reservation 55 + * ttm_eu_backoff_reservation 56 56 * 57 57 * @ticket: ww_acquire_ctx from reserve call 58 58 * @list: thread private list of ttm_validate_buffer structs. ··· 64 64 struct list_head *list); 65 65 66 66 /** 67 - * function ttm_eu_reserve_buffers 67 + * ttm_eu_reserve_buffers 68 68 * 69 69 * @ticket: [out] ww_acquire_ctx filled in by call, or NULL if only 70 70 * non-blocking reserves should be tried. 71 71 * @list: thread private list of ttm_validate_buffer structs. 72 72 * @intr: should the wait be interruptible 73 73 * @dups: [out] optional list of duplicates. 74 - * @del_lru: true if BOs should be removed from the LRU. 75 74 * 76 75 * Tries to reserve bos pointed to by the list entries for validation. 77 76 * If the function returns 0, all buffers are marked as "unfenced", ··· 101 102 struct list_head *dups); 102 103 103 104 /** 104 - * function ttm_eu_fence_buffer_objects. 105 + * ttm_eu_fence_buffer_objects 105 106 * 106 107 * @ticket: ww_acquire_ctx from reserve call 107 108 * @list: thread private list of ttm_validate_buffer structs.