Commit 90738d86 authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Rodrigo Vivi

drm/xe/guc: Fix typo s/enabled/enable/

Fix the log message when it fails to enable CT.
Reviewed-by: default avatarMatthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20230611222447.2837573-2-lucas.demarchi@intel.comSigned-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent a0ea91db
......@@ -312,7 +312,7 @@ int xe_guc_ct_enable(struct xe_guc_ct *ct)
return 0;
err_out:
drm_err(&xe->drm, "Failed to enabled CT (%d)\n", err);
drm_err(&xe->drm, "Failed to enable CT (%d)\n", err);
return err;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment