projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a81040
)
drm/xe/guc: Fix spelling mistake "sheduling" -> "scheduling"
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 12 Sep 2025 07:43:30 +0000
(08:43 +0100)
committer
Lucas De Marchi
<lucas.demarchi@intel.com>
Fri, 12 Sep 2025 14:20:32 +0000
(07:20 -0700)
There is a spelling mistake in a xe_gt_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link:
https://lore.kernel.org/r/20250912074330.1275279-1-colin.i.king@gmail.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_guc_submit.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_guc_submit.c
b/drivers/gpu/drm/xe/xe_guc_submit.c
index
a465594
..
8cb8b93
100644
(file)
--- a/
drivers/gpu/drm/xe/xe_guc_submit.c
+++ b/
drivers/gpu/drm/xe/xe_guc_submit.c
@@
-355,7
+355,7
@@
static int guc_init_global_schedule_policy(struct xe_guc *guc)
ret = xe_guc_ct_send_block(&guc->ct, data, count);
if (ret < 0) {
xe_gt_err(guc_to_gt(guc),
- "failed to enable GuC sheduling policies: %pe\n",
+ "failed to enable GuC s
c
heduling policies: %pe\n",
ERR_PTR(ret));
return ret;
}