Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/i915/gmbus: fix a typo in comment message

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>

authored by

Samasth Norway Ananda and committed by
Jani Nikula
e5b3fe57 4ab0f09e

+1 -1
+1 -1
drivers/gpu/drm/i915/display/intel_gmbus.c
··· 694 694 goto clear_err; 695 695 } 696 696 697 - /* Generate a STOP condition on the bus. Note that gmbus can't generata 697 + /* Generate a STOP condition on the bus. Note that gmbus can't generate 698 698 * a STOP on the very first cycle. To simplify the code we 699 699 * unconditionally generate the STOP condition with an additional gmbus 700 700 * cycle. */