lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 5 Feb 2012 14:57:11 -0800 (PST)
From:	Jakob Bornecrantz <jakob@...are.com>
To:	Masanari Iida <standby24x7@...il.com>
Cc:	trivial@...nel.org, linux-kernel@...r.kernel.org, airlied@...ux.ie,
	dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c

Reviewed-by: Jakob Bornecrantz <jakob@...are.com>

----- Original Message -----
> Correct spelling "unsuported" to "unsupported" in
> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> 
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
> ---
>  drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> index f390f5f..2d6f573 100644
> --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> @@ -430,7 +430,7 @@ static int vmw_driver_load(struct drm_device
> *dev, unsigned long chipset)
>  	svga_id = vmw_read(dev_priv, SVGA_REG_ID);
>  	if (svga_id != SVGA_ID_2) {
>  		ret = -ENOSYS;
> -		DRM_ERROR("Unsuported SVGA ID 0x%x\n", svga_id);
> +		DRM_ERROR("Unsupported SVGA ID 0x%x\n", svga_id);
>  		mutex_unlock(&dev_priv->hw_mutex);
>  		goto out_err0;
>  	}
> --
> 1.7.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ