mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
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
This commit is contained in:
parent
08179fe18a
commit
6a91585edc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue