diff options
author | Gwan-gyeong Mun <[email protected]> | 2018-08-03 19:41:50 +0300 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2018-08-03 20:10:12 +0100 |
commit | c444ad790cc2b2bb6925a0b56716712a79624b4e (patch) | |
tree | 27168f40fc66b44fea0fd58be3750b4fddd3e0bb | |
parent | 4668f69544328dd04f39546274d5cd7a1cde2240 (diff) |
drm/i915: Fix typo in i915_drm_resume()
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]>
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 18a45e7a3d7c..64e0ea4bef67 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c @@ -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); |