projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77dff5
)
drm/xe: Fix spelling mistake "forcebly" -> "forcibly"
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 26 Apr 2024 09:49:04 +0000
(10:49 +0100)
committer
Lucas De Marchi
<lucas.demarchi@intel.com>
Fri, 26 Apr 2024 12:54:05 +0000
(
05:54
-0700)
There is a spelling mistake in a drm_dbg message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240426094904.816033-1-colin.i.king@gmail.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_device.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_device.c
b/drivers/gpu/drm/xe/xe_device.c
index 47db4bc9f12c11801b55e36b4894b9af447d527f..ca7a101bd34ef0c6aad7856a31398fb0eb4df611 100644
(file)
--- a/
drivers/gpu/drm/xe/xe_device.c
+++ b/
drivers/gpu/drm/xe/xe_device.c
@@
-787,7
+787,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 forc
e
bly disabled\n");
+ drm_dbg(&xe->drm, "Wedged mode is forc
i
bly disabled\n");
return;
}