[PATCH] Fix a misspelling of 'acceleration' in amdgpu_kms.c

Michel Dänzer michel at daenzer.net
Tue Mar 28 01:30:29 UTC 2017


On 25/03/17 10:38 PM, Nicholas Molloy wrote:
> ---
>  src/amdgpu_kms.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/amdgpu_kms.c b/src/amdgpu_kms.c
> index 4821e93..c4ac90d 100644
> --- a/src/amdgpu_kms.c
> +++ b/src/amdgpu_kms.c
> @@ -1796,7 +1796,7 @@ Bool AMDGPUScreenInit_KMS(SCREEN_INIT_ARGS_DECL)
>  			xf86DrvMsg(pScrn->scrnIndex, X_INFO, "3D acceleration disabled\n");
>  		xf86DrvMsg(pScrn->scrnIndex, X_INFO, "2D acceleration disabled\n");
>  	} else {
> -		xf86DrvMsg(pScrn->scrnIndex, X_INFO, "2D and 3D cceleration disabled\n");
> +		xf86DrvMsg(pScrn->scrnIndex, X_INFO, "2D and 3D acceleration disabled\n");
>  	}
>  
>  	/* Init DPMS */
> 

Reviewed and pushed, thanks!


P.S. In the future, please include your Signed-off-by tag in patches
that you want to be applied, in particular if they're more than one-liners.

-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer


More information about the amd-gfx mailing list