summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-07-02 09:58:41 -0700
committerEric Anholt <eric@anholt.net>2016-07-15 15:19:52 -0700
commita20d5fa61c32a0c94d237da642326db2ef3c7433 (patch)
tree2f691c2584efb2ce0ab53c9da4ad6ceb0c566edf /drivers/gpu/drm/vc4
parent20e48fd6a9252e21528c7e39b874c8fdca97f25a (diff)
downloadlinux-a20d5fa61c32a0c94d237da642326db2ef3c7433.tar.gz
linux-a20d5fa61c32a0c94d237da642326db2ef3c7433.tar.xz
drm/vc4: Fix a "the the" typo in a comment.
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/vc4')
-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.