diff options
| author | Christophe JAILLET <[email protected]> | 2021-06-05 09:06:45 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-06-07 18:58:16 +0000 |
| commit | d5c9096541dca0e136708d88a3e4ed3b49d4a897 (patch) | |
| tree | 44b0e03ddc8d31725a1b99a3c1c92538080f4cf5 /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |
| parent | drm/amd/display: Fix duplicate included dce110_hw_sequencer.h (diff) | |
| download | kernel-d5c9096541dca0e136708d88a3e4ed3b49d4a897.tar.gz kernel-d5c9096541dca0e136708d88a3e4ed3b49d4a897.zip | |
drm/amdgpu: Fix a a typo in a comment
s/than/then/
Acked-by: Christian König <[email protected]>
Signed-off-by: Christophe JAILLET <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c index 89ebbf363e27..1476236f5c7c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c @@ -662,7 +662,7 @@ static int amdgpu_cs_sync_rings(struct amdgpu_cs_parser *p) * @error: error number * @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. **/ static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, |
