Skip to content

Commit a342655

Browse files
Xiang wangxalexdeucher
authored andcommitted
drm/radeon: Fix syntax errors in comments
Delete the redundant word 'we'. Reviewed-by: Christian König <[email protected]> Signed-off-by: Xiang wangx <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 326db0d commit a342655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/radeon/radeon_vce.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi,
513513
* @allocated: allocated a new handle?
514514
*
515515
* Validates the handle and return the found session index or -EINVAL
516-
* we we don't have another free session index.
516+
* we don't have another free session index.
517517
*/
518518
static int radeon_vce_validate_handle(struct radeon_cs_parser *p,
519519
uint32_t handle, bool *allocated)

0 commit comments

Comments
 (0)