Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jiang Jian and committed by
Alex Deucher
fa3dab48 3d313f09

+1 -1
+1 -1
drivers/gpu/drm/radeon/r300_reg.h
··· 1103 1103 * The destination register index is in FPI1 (color) and FPI3 (alpha) 1104 1104 * together with enable bits. 1105 1105 * There are separate enable bits for writing into temporary registers 1106 - * (DSTC_REG_* /DSTA_REG) and and program output registers (DSTC_OUTPUT_* 1106 + * (DSTC_REG_* /DSTA_REG) and program output registers (DSTC_OUTPUT_* 1107 1107 * /DSTA_OUTPUT). You can write to both at once, or not write at all (the 1108 1108 * same index must be used for both). 1109 1109 *