]> Git Repo - linux.git/commitdiff
drm/i915: Fix typo in i915_drm_resume()
authorGwan-gyeong Mun <[email protected]>
Fri, 3 Aug 2018 16:41:50 +0000 (19:41 +0300)
committerChris Wilson <[email protected]>
Fri, 3 Aug 2018 19:10:12 +0000 (20:10 +0100)
Trivial typo, s/loose/lose/, in i915_drm_resume.

Signed-off-by: Gwan-gyeong Mun <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
drivers/gpu/drm/i915/i915_drv.c

index 18a45e7a3d7c9abf251eb40c6df7da88a68d9019..64e0ea4bef6750bd395bab5e11d51a3967827bbd 100644 (file)
@@ -1758,7 +1758,7 @@ static int i915_drm_resume(struct drm_device *dev)
        /*
         * ... but also need to make sure that hotplug processing
         * doesn't cause havoc. Like in the driver load code we don't
-        * bother with the tiny race here where we might loose hotplug
+        * bother with the tiny race here where we might lose hotplug
         * notifications.
         * */
        intel_hpd_init(dev_priv);
This page took 0.056396 seconds and 4 git commands to generate.