Commit d5c90965 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Alex Deucher

drm/amdgpu: Fix a a typo in a comment

s/than/then/
Acked-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 75a26f84
...@@ -662,7 +662,7 @@ static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p) ...@@ -662,7 +662,7 @@ static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p)
* @error: error number * @error: error number
* @backoff: indicator to backoff the reservation * @backoff: indicator to backoff the reservation
* *
* If error is set than unvalidate buffer, otherwise just free memory * If error is set then unvalidate buffer, otherwise just free memory
* used by parsing context. * used by parsing context.
**/ **/
static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment