diff options
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_validate_shaders.c')
-rw-r--r-- | drivers/gpu/drm/vc4/vc4_validate_shaders.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_validate_shaders.c b/drivers/gpu/drm/vc4/vc4_validate_shaders.c index 75c8e8fb1827..46527e989ce3 100644 --- a/drivers/gpu/drm/vc4/vc4_validate_shaders.c +++ b/drivers/gpu/drm/vc4/vc4_validate_shaders.c | |||
@@ -194,7 +194,7 @@ check_tmu_write(struct vc4_validated_shader_info *validated_shader, | |||
194 | return false; | 194 | return false; |
195 | } | 195 | } |
196 | 196 | ||
197 | /* We assert that the the clamped address is the first | 197 | /* We assert that the clamped address is the first |
198 | * argument, and the UBO base address is the second argument. | 198 | * argument, and the UBO base address is the second argument. |
199 | * This is arbitrary, but simpler than supporting flipping the | 199 | * This is arbitrary, but simpler than supporting flipping the |
200 | * two either way. | 200 | * two either way. |