aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_validate_shaders.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2016-07-02 16:58:41 +0000
committerEric Anholt <[email protected]>2016-07-15 22:19:52 +0000
commita20d5fa61c32a0c94d237da642326db2ef3c7433 (patch)
tree2f691c2584efb2ce0ab53c9da4ad6ceb0c566edf /drivers/gpu/drm/vc4/vc4_validate_shaders.c
parentdrm/vc4: Fix definition of QPU_R_MS_REV_FLAGS (diff)
downloadkernel-a20d5fa61c32a0c94d237da642326db2ef3c7433.tar.gz
kernel-a20d5fa61c32a0c94d237da642326db2ef3c7433.zip
drm/vc4: Fix a "the the" typo in a comment.
Signed-off-by: Eric Anholt <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_validate_shaders.c')
-rw-r--r--drivers/gpu/drm/vc4/vc4_validate_shaders.c2
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,
return false;
}
- /* We assert that the the clamped address is the first
+ /* We assert that the clamped address is the first
* argument, and the UBO base address is the second argument.
* This is arbitrary, but simpler than supporting flipping the
* two either way.