2018-08-03 16:46:17

by Gwan-gyeong Mun

[permalink] [raw]
Subject: [PATCH] drm/i915: Fix typo in i915_drm_resume()

Signed-off-by: Gwan-gyeong Mun <[email protected]>
---
drivers/gpu/drm/i915/i915_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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);
--
2.18.0



2018-08-03 19:14:07

by Chris Wilson

[permalink] [raw]
Subject: Re: [Intel-gfx] [PATCH] drm/i915: Fix typo in i915_drm_resume()

Quoting Gwan-gyeong Mun (2018-08-03 17:41:50)

Even for trivial patches, always include a changelog. In this case, I
added "Trivial typo, s/loose/lose/, in i915_drm_resume."

> Signed-off-by: Gwan-gyeong Mun <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>

And pushed, thanks for the spelling correction.
-Chris

2018-08-06 06:16:08

by Gwan-gyeong Mun

[permalink] [raw]
Subject: Re: [Intel-gfx] [PATCH] drm/i915: Fix typo in i915_drm_resume()

On Fri, 2018-08-03 at 20:12 +0100, Chris Wilson wrote:
> Quoting Gwan-gyeong Mun (2018-08-03 17:41:50)
>
> Even for trivial patches, always include a changelog. In this case, I
> added "Trivial typo, s/loose/lose/, in i915_drm_resume."
>
> > Signed-off-by: Gwan-gyeong Mun <[email protected]>
>
> Reviewed-by: Chris Wilson <[email protected]>
>
> And pushed, thanks for the spelling correction.
> -Chris

Hi Chris,
Thank you for guiding me and reviewing it.
- Gwan-gyeong.