diff options
author | Thomas Hellström <[email protected]> | 2024-10-10 14:45:45 +0200 |
---|---|---|
committer | Thomas Hellström <[email protected]> | 2024-10-11 13:46:55 +0200 |
commit | 65b5353193e5a8476814a184e8e1a2627d59f2b5 (patch) | |
tree | c4bbf9de823fdd2d55f90a490e2869a3613e8148 | |
parent | 88bdd1644ca28d48591b2a1e6e8b8c2b13f4bd3f (diff) |
drm/ttm: Fix incorrect use of kernel-doc format
Add a missing colon.
Cc: [email protected]
Reported-by: Stephen Rothwell <[email protected]>
Closes: https://lore.kernel.org/linux-next/[email protected]/
Fixes: fc5d96670eb2 ("drm/ttm: Move swapped objects off the manager's LRU list")
Signed-off-by: Thomas Hellström <[email protected]>
Reviewed-by: Nirmoy Das <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | include/drm/ttm/ttm_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_device.h b/include/drm/ttm/ttm_device.h index 438358f72716..39b8636b1845 100644 --- a/include/drm/ttm/ttm_device.h +++ b/include/drm/ttm/ttm_device.h @@ -252,7 +252,7 @@ struct ttm_device { spinlock_t lru_lock; /** - * @unevictable Buffer objects which are pinned or swapped and as such + * @unevictable: Buffer objects which are pinned or swapped and as such * not on an LRU list. */ struct list_head unevictable; |