Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Shuicheng Lin <shuicheng.lin@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Shuicheng Lin <shuicheng.lin@intel.com>
Subject: [PATCH 1/3] drm/xe: Fix kerneldoc for xe_migrate_exec_queue
Date: Thu, 29 Jan 2026 22:56:08 +0000	[thread overview]
Message-ID: <20260129225606.412902-6-shuicheng.lin@intel.com> (raw)
In-Reply-To: <20260129225606.412902-5-shuicheng.lin@intel.com>

Correct the function name in the kerneldoc.
It is for below warning:
"Warning: drivers/gpu/drm/xe/xe_migrate.c:1262 expecting prototype for
xe_get_migrate_exec_queue(). Prototype was for xe_migrate_exec_queue() instead"

Fixes: 916ee4704a865 ("drm/xe/vf: Register CCS read/write contexts with Guc")
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
---
 drivers/gpu/drm/xe/xe_migrate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_migrate.c b/drivers/gpu/drm/xe/xe_migrate.c
index 6e202428aac2..078a9bc2821d 100644
--- a/drivers/gpu/drm/xe/xe_migrate.c
+++ b/drivers/gpu/drm/xe/xe_migrate.c
@@ -1254,7 +1254,7 @@ void xe_migrate_ccs_rw_copy_clear(struct xe_bo *src_bo,
 }
 
 /**
- * xe_get_migrate_exec_queue() - Get the execution queue from migrate context.
+ * xe_migrate_exec_queue() - Get the execution queue from migrate context.
  * @migrate: Migrate context.
  *
  * Return: Pointer to execution queue on success, error on failure
-- 
2.50.1


  reply	other threads:[~2026-01-29 23:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-29 22:56 [PATCH 0/3] Fix warning of kerneldoc Shuicheng Lin
2026-01-29 22:56 ` Shuicheng Lin [this message]
2026-01-29 23:22   ` [PATCH 1/3] drm/xe: Fix kerneldoc for xe_migrate_exec_queue Michal Wajdeczko
2026-01-29 22:56 ` [PATCH 2/3] drm/xe: Fix kerneldoc for xe_gt_tlb_inval_init_early Shuicheng Lin
2026-01-29 23:26   ` Michal Wajdeczko
2026-01-29 22:56 ` [PATCH 3/3] drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_dep Shuicheng Lin
2026-01-29 23:29   ` Michal Wajdeczko
2026-01-29 23:06 ` ✗ CI.checkpatch: warning for Fix warning of kerneldoc Patchwork
2026-01-29 23:07 ` ✓ CI.KUnit: success " Patchwork
2026-01-29 23:47 ` ✓ Xe.CI.BAT: " 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=20260129225606.412902-6-shuicheng.lin@intel.com \
    --to=shuicheng.lin@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox