From: Alex Xie Date: Thu, 8 Jun 2017 18:53:26 +0000 (-0400) Subject: drm/amdgpu: fix a typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eb0f0373e575822cf35949627b92533c7c41629c;p=linux.git drm/amdgpu: fix a typo in comment Signed-off-by: Alex Xie Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c index b17635c1b7110..7a70a2d0187f1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c @@ -525,7 +525,7 @@ static int amdgpu_cs_parser_bos(struct amdgpu_cs_parser *p, goto error_free_pages; } - /* Fill the page arrays for all useptrs. */ + /* Fill the page arrays for all userptrs. */ list_for_each_entry(e, &need_pages, tv.head) { struct ttm_tt *ttm = e->robj->tbo.ttm;