]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/i915/gmbus: fix a typo in comment message
authorSamasth Norway Ananda <samasth.norway.ananda@oracle.com>
Mon, 16 Mar 2026 23:19:20 +0000 (16:19 -0700)
committerJani Nikula <jani.nikula@intel.com>
Wed, 18 Mar 2026 10:09:28 +0000 (12:09 +0200)
Fix a typo inside a comment message from ("generata" -> "generate")
in function do_gmbus_xfer() before calling intel_de_write_fw()

Signed-off-by: Samasth Norway Ananda <samasth.norway.ananda@oracle.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patch.msgid.link/20260316231920.135438-3-samasth.norway.ananda@oracle.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_gmbus.c

index dd79a866b87eb7671bc11b4df50754f12c3e6b77..ea5cf8f51b31678b5912f96d8489fbcdb844b7eb 100644 (file)
@@ -694,7 +694,7 @@ retry:
                        goto clear_err;
        }
 
-       /* Generate a STOP condition on the bus. Note that gmbus can't generata
+       /* Generate a STOP condition on the bus. Note that gmbus can't generate
         * a STOP on the very first cycle. To simplify the code we
         * unconditionally generate the STOP condition with an additional gmbus
         * cycle. */