Merge tag 'drm-intel-next-2022-06-22' of git://anongit.freedesktop.org/drm/drm-intel...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / i915 / gt / uc / intel_guc_log.c
index 78d2989fe9176b57c51acf9da644c28aba238460..02311ad90264148daf4c5d446da286da6433a2b7 100644 (file)
@@ -588,7 +588,7 @@ int intel_guc_log_relay_open(struct intel_guc_log *log)
        /*
         * We require SSE 4.1 for fast reads from the GuC log buffer and
         * it should be present on the chipsets supporting GuC based
-        * submisssions.
+        * submissions.
         */
        if (!i915_has_memcpy_from_wc()) {
                ret = -ENXIO;