drm/suballoc: fix drm_suballoc.h kernel-doc
authorJani Nikula <jani.nikula@intel.com>
Wed, 6 Mar 2024 18:31:19 +0000 (20:31 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 7 Mar 2024 15:17:25 +0000 (17:17 +0200)
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
include/drm/drm_suballoc.h

index c2188bb0b157872c83c93dfb297ae870ecdcf332..7ba72a81a808f4133d763e5826c9826bc4cb34f0 100644 (file)
@@ -37,7 +37,7 @@ struct drm_suballoc_manager {
  * @manager: The drm_suballoc_manager.
  * @soffset: Start offset.
  * @eoffset: End offset + 1 so that @eoffset - @soffset = size.
- * @dma_fence: The fence protecting the allocation.
+ * @fence: The fence protecting the allocation.
  */
 struct drm_suballoc {
        struct list_head olist;