From: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
To: intel-xe@lists.freedesktop.org
Cc: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
dri-devel@lists.freedesktop.org,
"Stephen Rothwell" <sfr@canb.auug.org.au>
Subject: [PATCH] drm/ttm: Fix incorrect use of kernel-doc format
Date: Thu, 10 Oct 2024 14:45:45 +0200 [thread overview]
Message-ID: <20241010124545.82023-1-thomas.hellstrom@linux.intel.com> (raw)
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
next reply other threads:[~2024-10-10 12:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-10 12:45 Thomas Hellström [this message]
2024-10-10 12:51 ` ✓ CI.Patch_applied: success for drm/ttm: Fix incorrect use of kernel-doc format 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241010124545.82023-1-thomas.hellstrom@linux.intel.com \
--to=thomas.hellstrom@linux.intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.