diff options
Diffstat (limited to 'include/drm/drm_suballoc.h')
-rw-r--r-- | include/drm/drm_suballoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_suballoc.h b/include/drm/drm_suballoc.h index c2188bb0b1..7ba72a81a8 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; |