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

drm/amdgpu: fix incorrect comment format

Comments should not have a leading plus sign.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Cryolitia PukNgae <cryolitia@uniontech.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Cryolitia PukNgae and committed by
Alex Deucher
388b68ae 8d6593c1

+3 -3
+3 -3
drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c
··· 151 151 * BIF_SDMA0_DOORBELL_RANGE: 0x3bc0 152 152 * BIF_SDMA1_DOORBELL_RANGE: 0x3bc4 153 153 * BIF_SDMA2_DOORBELL_RANGE: 0x3bd8 154 - + * BIF_SDMA4_DOORBELL_RANGE: 155 - + * ARCTURUS: 0x3be0 156 - + * ALDEBARAN: 0x3be4 154 + * BIF_SDMA4_DOORBELL_RANGE: 155 + * ARCTURUS: 0x3be0 156 + * ALDEBARAN: 0x3be4 157 157 */ 158 158 if (adev->asic_type == CHIP_ALDEBARAN && instance == 4) 159 159 reg = instance + 0x4 + 0x1 +