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

Zhenyu Wang zhenyuw at linux.intel.com
Thu Apr 27 07:09:03 UTC 2017


On 2017.04.25 10:05:12 +0100, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> trivial fix to typo in WARN_ONCE message
> 
> Signed-off-by: Colin Ian King <colin.king at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170427/1e6a79b9/attachment.sig>


More information about the dri-devel mailing list