> -----Original Message----- > From: amd-gfx [mailto:[email protected]] On Behalf > Of Nicholas Molloy > Sent: Saturday, March 25, 2017 9:39 AM > To: [email protected] > Subject: [PATCH] Fix a misspelling of 'acceleration' in amdgpu_kms.c >
Reviewed-by: Alex Deucher <[email protected]> > --- > 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 */ > -- > 2.12.0.rc0 > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
