]> Git Repo - linux.git/commitdiff
drm/amdgpu/cs: fix a typo in a comment
authorAlex Xie <[email protected]>
Tue, 20 Jun 2017 20:33:02 +0000 (16:33 -0400)
committerAlex Deucher <[email protected]>
Thu, 29 Jun 2017 16:43:50 +0000 (12:43 -0400)
Signed-off-by: Alex Xie <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c

index aeee6840e82b6bc5d4e1b4b1cbbbc9df30fff936..144b251bd7c8e945dbcf9830e6d59e7866640388 100644 (file)
@@ -497,7 +497,7 @@ static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p,
                                 &e->user_invalidated) && e->user_pages) {
 
                                /* We acquired a page array, but somebody
-                                * invalidated it. Free it an try again
+                                * invalidated it. Free it and try again
                                 */
                                release_pages(e->user_pages,
                                              e->robj->tbo.ttm->num_pages,
This page took 0.055804 seconds and 4 git commands to generate.