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

Configure Feed

Select the types of activity you want to include in your feed.

drm/suballoc: fix drm_suballoc.h kernel-doc

Rename dma_fence to fence to match code.

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/36d18b315fd9a6788484667f644b3fea347fb007.1709749576.git.jani.nikula@intel.com

+1 -1
+1 -1
include/drm/drm_suballoc.h
··· 37 37 * @manager: The drm_suballoc_manager. 38 38 * @soffset: Start offset. 39 39 * @eoffset: End offset + 1 so that @eoffset - @soffset = size. 40 - * @dma_fence: The fence protecting the allocation. 40 + * @fence: The fence protecting the allocation. 41 41 */ 42 42 struct drm_suballoc { 43 43 struct list_head olist;