projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4668f69
)
drm/i915: Fix typo in i915_drm_resume()
author
Gwan-gyeong Mun
<gwan-gyeong.mun@intel.com>
Fri, 3 Aug 2018 16:41:50 +0000
(19:41 +0300)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
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 <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>
drivers/gpu/drm/i915/i915_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.c
b/drivers/gpu/drm/i915/i915_drv.c
index 18a45e7a3d7c9abf251eb40c6df7da88a68d9019..64e0ea4bef6750bd395bab5e11d51a3967827bbd 100644
(file)
--- 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 lo
o
se hotplug
+ * bother with the tiny race here where we might lose hotplug
* notifications.
* */
intel_hpd_init(dev_priv);