aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-22 22:22:37 +0800
committerAlex Deucher <alexander.deucher@amd.com>2022-06-23 17:21:49 -0400
commitfa3dab48defe1ae2f5a5fb56df5f5931fb3e45c8 (patch)
treee0fec0dad0bfb611dc2ae423ee4d2762fd29a5c8 /drivers/gpu/drm/radeon
parentdrm/fourcc: fix integer type usage in uapi header (diff)
downloadlinux-dev-fa3dab48defe1ae2f5a5fb56df5f5931fb3e45c8.tar.xz
linux-dev-fa3dab48defe1ae2f5a5fb56df5f5931fb3e45c8.zip
gpu/drm/radeon: Fix typo in comments
Remove the repeated word 'and' from comments Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon')
-rw-r--r--drivers/gpu/drm/radeon/r300_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r300_reg.h b/drivers/gpu/drm/radeon/r300_reg.h
index 60d5413bafa1..9d341cff63ee 100644
--- a/drivers/gpu/drm/radeon/r300_reg.h
+++ b/drivers/gpu/drm/radeon/r300_reg.h
@@ -1103,7 +1103,7 @@
* The destination register index is in FPI1 (color) and FPI3 (alpha)
* together with enable bits.
* There are separate enable bits for writing into temporary registers
- * (DSTC_REG_* /DSTA_REG) and and program output registers (DSTC_OUTPUT_*
+ * (DSTC_REG_* /DSTA_REG) and program output registers (DSTC_OUTPUT_*
* /DSTA_OUTPUT). You can write to both at once, or not write at all (the
* same index must be used for both).
*