From: Eric Anholt Date: Sat, 2 Jul 2016 16:58:41 +0000 (-0700) Subject: drm/vc4: Fix a "the the" typo in a comment. X-Git-Tag: v5.15~13124^2~13^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a20d5fa61c32a0c94d237da642326db2ef3c7433;p=platform%2Fkernel%2Flinux-starfive.git drm/vc4: Fix a "the the" typo in a comment. Signed-off-by: Eric Anholt --- diff --git a/drivers/gpu/drm/vc4/vc4_validate_shaders.c b/drivers/gpu/drm/vc4/vc4_validate_shaders.c index 75c8e8f..46527e9 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.