2024-04-26 09:49:22

by Colin Ian King

[permalink] [raw]
Subject: [PATCH][next] drm/xe: Fix spelling mistake "forcebly" -> "forcibly"

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

Signed-off-by: Colin Ian King <[email protected]>
---
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



2024-04-26 13:12:01

by Lucas De Marchi

[permalink] [raw]
Subject: Re: [PATCH][next] drm/xe: Fix spelling mistake "forcebly" -> "forcibly"


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 <[email protected]>