summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_suballoc.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2024-03-06 19:31:19 +0100
committerJani Nikula <jani.nikula@intel.com>2024-03-07 16:17:25 +0100
commit6a91585edc70009a8075639f12d5d1e1597b8544 (patch)
tree4d75968711437d4e7334e43acbad6fadb20dbe7c /include/drm/drm_suballoc.h
parentdrm/of: make drm_of.h self-contained (diff)
downloadlinux-6a91585edc70009a8075639f12d5d1e1597b8544.tar.xz
linux-6a91585edc70009a8075639f12d5d1e1597b8544.zip
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
Diffstat (limited to 'include/drm/drm_suballoc.h')
-rw-r--r--include/drm/drm_suballoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_suballoc.h b/include/drm/drm_suballoc.h
index c2188bb0b157..7ba72a81a808 100644
--- a/include/drm/drm_suballoc.h
+++ b/include/drm/drm_suballoc.h
@@ -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;