linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/i915/gvt: fix typo: "supporte" -> "support"
@ 2017-04-25  9:05 Colin King
  2017-04-27  7:09 ` Zhenyu Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-04-25  9:05 UTC (permalink / raw)
  To: Zhenyu Wang, Zhi Wang, Daniel Vetter, Jani Nikula, David Airlie,
	intel-gvt-dev, intel-gfx, dri-devel
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to typo in WARN_ONCE message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/i915/gvt/handlers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gvt/handlers.c b/drivers/gpu/drm/i915/gvt/handlers.c
index 0ad1a508e2af..c995e540ff96 100644
--- a/drivers/gpu/drm/i915/gvt/handlers.c
+++ b/drivers/gpu/drm/i915/gvt/handlers.c
@@ -1244,7 +1244,7 @@ static int dma_ctrl_write(struct intel_vgpu *vgpu, unsigned int offset,
 	mode = vgpu_vreg(vgpu, offset);
 
 	if (GFX_MODE_BIT_SET_IN_MASK(mode, START_DMA)) {
-		WARN_ONCE(1, "VM(%d): iGVT-g doesn't supporte GuC\n",
+		WARN_ONCE(1, "VM(%d): iGVT-g doesn't support GuC\n",
 				vgpu->id);
 		return 0;
 	}
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/i915/gvt: fix typo: "supporte" -> "support"
  2017-04-25  9:05 [PATCH] drm/i915/gvt: fix typo: "supporte" -> "support" Colin King
@ 2017-04-27  7:09 ` Zhenyu Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Zhenyu Wang @ 2017-04-27  7:09 UTC (permalink / raw)
  To: Colin King
  Cc: Zhi Wang, Daniel Vetter, Jani Nikula, David Airlie,
	intel-gvt-dev, intel-gfx, dri-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]

On 2017.04.25 10:05:12 +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to typo in WARN_ONCE message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/gpu/drm/i915/gvt/handlers.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/gvt/handlers.c b/drivers/gpu/drm/i915/gvt/handlers.c
> index 0ad1a508e2af..c995e540ff96 100644
> --- a/drivers/gpu/drm/i915/gvt/handlers.c
> +++ b/drivers/gpu/drm/i915/gvt/handlers.c
> @@ -1244,7 +1244,7 @@ static int dma_ctrl_write(struct intel_vgpu *vgpu, unsigned int offset,
>  	mode = vgpu_vreg(vgpu, offset);
>  
>  	if (GFX_MODE_BIT_SET_IN_MASK(mode, START_DMA)) {
> -		WARN_ONCE(1, "VM(%d): iGVT-g doesn't supporte GuC\n",
> +		WARN_ONCE(1, "VM(%d): iGVT-g doesn't support GuC\n",
>  				vgpu->id);
>  		return 0;
>  	}
> -- 

applied, thanks!

-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-27  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25  9:05 [PATCH] drm/i915/gvt: fix typo: "supporte" -> "support" Colin King
2017-04-27  7:09 ` Zhenyu Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).