All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kenji Takahashi <dken4546@gmail.com>
To: alexander.deucher@amd.com, amd-gfx@lists.freedesktop.org
Cc: Kenji Takahashi <dken4546@gmail.com>
Subject: [PATCH] drm/amdgpu: Fix typo in comment
Date: Wed,  5 Aug 2026 07:18:59 +0900	[thread overview]
Message-ID: <20260804221859.5120-1-dken4546@gmail.com> (raw)

Fix a spelling mistake in a comment.

Signed-off-by: Kenji Takahashi <dken4546@gmail.com>
---
 drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_queue.c b/drivers/gpu/drm/amd/amdkfd/kfd_queue.c
index b249e7d1af48..d634b91bf81d 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_queue.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_queue.c
@@ -102,7 +102,7 @@ static int kfd_queue_buffer_svm_get(struct kfd_process_device *pdd, u64 addr, u6
 	mutex_lock(&p->svms.lock);
 
 	/*
-	 * range may split to multiple svm pranges aligned to granularity boundaery.
+	 * range may split to multiple svm pranges aligned to granularity boundary.
 	 */
 	while (size) {
 		uint32_t gpuid, gpuidx;
-- 
2.43.0


             reply	other threads:[~2026-08-05  7:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-04 22:18 Kenji Takahashi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-08-04 12:52 [PATCH] drm/amdgpu: Fix typo in comment Kenji Takahashi
2026-08-05 13:40 ` Alex Deucher
2026-06-30  7:28 Ke Zhao
2026-06-30 13:33 ` Alex Deucher

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=20260804221859.5120-1-dken4546@gmail.com \
    --to=dken4546@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@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 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.