diff options
author | Eric Anholt <eric@anholt.net> | 2016-07-02 18:58:41 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-07-16 00:19:52 +0200 |
commit | a20d5fa61c32a0c94d237da642326db2ef3c7433 (patch) | |
tree | 2f691c2584efb2ce0ab53c9da4ad6ceb0c566edf /drivers/gpu/drm/vc4 | |
parent | drm/vc4: Fix definition of QPU_R_MS_REV_FLAGS (diff) | |
download | linux-a20d5fa61c32a0c94d237da642326db2ef3c7433.tar.xz linux-a20d5fa61c32a0c94d237da642326db2ef3c7433.zip |
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. |