The Linux Kernel Mailing List
 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; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2026-06-30 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-30  7:28 [PATCH] drm/amdgpu: Fix typo in comment Ke Zhao
2026-06-30 13:33 ` Alex Deucher

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