kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] drm/xe: Fix spelling mistake "forcebly" -> "forcibly"
@ 2024-04-26  9:49 Colin Ian King
  2024-04-26 13:11 ` Lucas De Marchi
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2024-04-26  9:49 UTC (permalink / raw)
  To: Lucas De Marchi, Oded Gabbay, Thomas Hellström,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Daniel Vetter, intel-xe, dri-devel
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a drm_dbg message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/gpu/drm/xe/xe_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c
index bb4fbae5edb6..b61f8356e23e 100644
--- a/drivers/gpu/drm/xe/xe_device.c
+++ b/drivers/gpu/drm/xe/xe_device.c
@@ -788,7 +788,7 @@ u64 xe_device_uncanonicalize_addr(struct xe_device *xe, u64 address)
 void xe_device_declare_wedged(struct xe_device *xe)
 {
 	if (xe->wedged.mode == 0) {
-		drm_dbg(&xe->drm, "Wedged mode is forcebly disabled\n");
+		drm_dbg(&xe->drm, "Wedged mode is forcibly disabled\n");
 		return;
 	}
 
-- 
2.39.2


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

* Re: [PATCH][next] drm/xe: Fix spelling mistake "forcebly" -> "forcibly"
  2024-04-26  9:49 [PATCH][next] drm/xe: Fix spelling mistake "forcebly" -> "forcibly" Colin Ian King
@ 2024-04-26 13:11 ` Lucas De Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Lucas De Marchi @ 2024-04-26 13:11 UTC (permalink / raw)
  To: Oded Gabbay, Thomas Hellström, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, David Airlie, Daniel Vetter,
	intel-xe, dri-devel, Colin Ian King
  Cc: Lucas De Marchi, kernel-janitors, linux-kernel


On Fri, 26 Apr 2024 10:49:04 +0100, Colin Ian King wrote:
> There is a spelling mistake in a drm_dbg message. Fix it.
> 
> 

Applied, thanks!

[1/1] drm/xe: Fix spelling mistake "forcebly" -> "forcibly"
      (no commit info)

Best regards,
-- 
Lucas De Marchi <lucas.demarchi@intel.com>

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

end of thread, other threads:[~2024-04-26 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-26  9:49 [PATCH][next] drm/xe: Fix spelling mistake "forcebly" -> "forcibly" Colin Ian King
2024-04-26 13:11 ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).