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

drm/i915: Fix typo in i915_drm_resume()

Trivial typo, s/loose/lose/, in i915_drm_resume.

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180803164150.8185-1-gwan-gyeong.mun@intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

authored by

Gwan-gyeong Mun and committed by
Chris Wilson
c444ad79 4668f695

+1 -1
+1 -1
drivers/gpu/drm/i915/i915_drv.c
··· 1758 1758 /* 1759 1759 * ... but also need to make sure that hotplug processing 1760 1760 * doesn't cause havoc. Like in the driver load code we don't 1761 - * bother with the tiny race here where we might loose hotplug 1761 + * bother with the tiny race here where we might lose hotplug 1762 1762 * notifications. 1763 1763 * */ 1764 1764 intel_hpd_init(dev_priv);