Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1631919

Re: [PATCH] drm/i915/gvt: fix typo: "supporte" -> "support"

From Zhenyu Wang <zhenyuw@linux.intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH] drm/i915/gvt: fix typo: "supporte" -> "support"
Date 2017-04-27 09:20 +0200
Message-ID <tALSy-5DA-11@gated-at.bofh.it> (permalink)
References <tA4DT-2H8-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] drm/i915/gvt: fix typo: "supporte" -> "support" Colin King <colin.king@canonical.com> - 2017-04-25 11:10 +0200
  Re: [PATCH] drm/i915/gvt: fix typo: "supporte" -> "support" Zhenyu Wang <zhenyuw@linux.intel.com> - 2017-04-27 09:20 +0200

csiph-web