public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm: buddy: remove stale @p parameter from gpu_buddy_print kernel-doc
@ 2026-05-30 19:57 Rosen Penev
  2026-06-04  5:10 ` Claude review: " Claude Code Review Bot
  2026-06-04  5:10 ` Claude Code Review Bot
  0 siblings, 2 replies; 3+ messages in thread
From: Rosen Penev @ 2026-05-30 19:57 UTC (permalink / raw)
  To: dri-devel
  Cc: Matthew Auld, Arun Pravin, Joel Fernandes, David Airlie,
	Simona Vetter, open list

gpu_buddy_print() has only one parameter (mm), but the kernel-doc also
documented a non-existent @p parameter.

Assisted-by: Opencode:Big-pickle
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 drivers/gpu/buddy.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/buddy.c b/drivers/gpu/buddy.c
index eb1457376307..67533a92c247 100644
--- a/drivers/gpu/buddy.c
+++ b/drivers/gpu/buddy.c
@@ -1479,7 +1479,6 @@ EXPORT_SYMBOL(gpu_buddy_block_print);
  * gpu_buddy_print - print allocator state
  *
  * @mm: GPU buddy manager
- * @p: GPU printer to use
  */
 void gpu_buddy_print(struct gpu_buddy *mm)
 {
--
2.54.0


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

end of thread, other threads:[~2026-06-04  5:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-30 19:57 [PATCH] drm: buddy: remove stale @p parameter from gpu_buddy_print kernel-doc Rosen Penev
2026-06-04  5:10 ` Claude review: " Claude Code Review Bot
2026-06-04  5:10 ` Claude Code Review Bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox