All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/ttm: Fix incorrect use of kernel-doc format
@ 2024-10-10 12:45 Thomas Hellström
  2024-10-10 12:51 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Thomas Hellström @ 2024-10-10 12:45 UTC (permalink / raw)
  To: intel-xe; +Cc: Thomas Hellström, dri-devel, Stephen Rothwell

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>
---
 include/drm/ttm/ttm_device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.46.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-10-11 11:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-10 12:45 [PATCH] drm/ttm: Fix incorrect use of kernel-doc format Thomas Hellström
2024-10-10 12:51 ` ✓ CI.Patch_applied: success for " Patchwork
2024-10-10 12:51 ` ✓ CI.checkpatch: " Patchwork
2024-10-10 12:53 ` ✓ CI.KUnit: " Patchwork
2024-10-10 13:04 ` ✓ CI.Build: " Patchwork
2024-10-10 13:06 ` ✓ CI.Hooks: " Patchwork
2024-10-10 13:08 ` ✗ CI.checksparse: warning " Patchwork
2024-10-10 13:34 ` ✓ CI.BAT: success " Patchwork
2024-10-10 14:26 ` [PATCH] " Nirmoy Das
2024-10-11 11:39   ` Thomas Hellström
2024-10-11  1:22 ` ✗ CI.FULL: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.