All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: Fix typo in comment
@ 2026-06-30  7:28 Ke Zhao
  2026-06-30 13:33 ` Alex Deucher
  0 siblings, 1 reply; 5+ messages in thread
From: Ke Zhao @ 2026-06-30  7:28 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, airlied, simona,
	pierre-eric.pelloux-prayer, lijo.lazar, felix.kuehling,
	srinivasan.shanmugam
  Cc: amd-gfx, dri-devel, linux-kernel, ke.zhao.kernel

It should be doorbell.

Signed-off-by: Ke Zhao <ke.zhao.kernel@gmail.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
index 16c060badaee..b7be28d74e83 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
@@ -2187,7 +2187,7 @@ int amdgpu_ttm_init(struct amdgpu_device *adev)
 		return r;
 	}
 
-	/* Create a boorbell page for kernel usages */
+	/* Create a doorbell page for kernel usages */
 	r = amdgpu_doorbell_create_kernel_doorbells(adev);
 	if (r) {
 		dev_err(adev->dev, "Failed to initialize kernel doorbells.\n");
-- 
2.43.0


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

* Re: [PATCH] drm/amdgpu: Fix typo in comment
  2026-06-30  7:28 Ke Zhao
@ 2026-06-30 13:33 ` Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2026-06-30 13:33 UTC (permalink / raw)
  To: Ke Zhao
  Cc: alexander.deucher, christian.koenig, airlied, simona,
	pierre-eric.pelloux-prayer, lijo.lazar, felix.kuehling,
	srinivasan.shanmugam, amd-gfx, dri-devel, linux-kernel

Applied.  thanks!

Alex

On Tue, Jun 30, 2026 at 9:24 AM Ke Zhao <ke.zhao.kernel@gmail.com> wrote:
>
> It should be doorbell.
>
> Signed-off-by: Ke Zhao <ke.zhao.kernel@gmail.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
> index 16c060badaee..b7be28d74e83 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
> @@ -2187,7 +2187,7 @@ int amdgpu_ttm_init(struct amdgpu_device *adev)
>                 return r;
>         }
>
> -       /* Create a boorbell page for kernel usages */
> +       /* Create a doorbell page for kernel usages */
>         r = amdgpu_doorbell_create_kernel_doorbells(adev);
>         if (r) {
>                 dev_err(adev->dev, "Failed to initialize kernel doorbells.\n");
> --
> 2.43.0
>

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

* [PATCH] drm/amdgpu: Fix typo in comment
@ 2026-08-04 12:52 Kenji Takahashi
  2026-08-05 13:40 ` Alex Deucher
  0 siblings, 1 reply; 5+ messages in thread
From: Kenji Takahashi @ 2026-08-04 12:52 UTC (permalink / raw)
  To: alexander.deucher; +Cc: amd-gfx, Kenji Takahashi

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


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

* [PATCH] drm/amdgpu: Fix typo in comment
@ 2026-08-04 22:18 Kenji Takahashi
  0 siblings, 0 replies; 5+ messages in thread
From: Kenji Takahashi @ 2026-08-04 22:18 UTC (permalink / raw)
  To: alexander.deucher, amd-gfx; +Cc: Kenji Takahashi

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


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

* Re: [PATCH] drm/amdgpu: Fix typo in comment
  2026-08-04 12:52 Kenji Takahashi
@ 2026-08-05 13:40 ` Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2026-08-05 13:40 UTC (permalink / raw)
  To: Kenji Takahashi; +Cc: alexander.deucher, amd-gfx

Applied.  Thanks!

On Wed, Aug 5, 2026 at 3:43 AM Kenji Takahashi <dken4546@gmail.com> wrote:
>
> 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
>

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

end of thread, other threads:[~2026-08-05 13:41 UTC | newest]

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

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.