diff options
author | Eric Anholt <eric@anholt.net> | 2016-07-02 19:58:41 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-07-16 01:19:52 +0300 |
commit | a20d5fa61c32a0c94d237da642326db2ef3c7433 (patch) | |
tree | 2f691c2584efb2ce0ab53c9da4ad6ceb0c566edf /drivers/gpu/drm/vc4 | |
parent | 20e48fd6a9252e21528c7e39b874c8fdca97f25a (diff) | |
download | 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.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, 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. |