drm/ttm: Fix incorrect use of kernel-doc format
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 10 Oct 2024 12:45:45 +0000 (14:45 +0200)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Fri, 11 Oct 2024 11:46:55 +0000 (13:46 +0200)
Add a missing colon.

Cc: dri-devel@lists.freedesktop.org
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20241010160942.192caf60@canb.auug.org.au/
Fixes: fc5d96670eb2 ("drm/ttm: Move swapped objects off the manager's LRU list")
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241010124545.82023-1-thomas.hellstrom@linux.intel.com
include/drm/ttm/ttm_device.h

index 438358f..39b8636 100644 (file)
@@ -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;