mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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>
This commit is contained in:
parent
8d6593c192
commit
388b68aef7
|
|
@ -151,9 +151,9 @@ static void nbio_v7_4_sdma_doorbell_range(struct amdgpu_device *adev, int instan
|
|||
* BIF_SDMA0_DOORBELL_RANGE: 0x3bc0
|
||||
* BIF_SDMA1_DOORBELL_RANGE: 0x3bc4
|
||||
* BIF_SDMA2_DOORBELL_RANGE: 0x3bd8
|
||||
+ * BIF_SDMA4_DOORBELL_RANGE:
|
||||
+ * ARCTURUS: 0x3be0
|
||||
+ * ALDEBARAN: 0x3be4
|
||||
* BIF_SDMA4_DOORBELL_RANGE:
|
||||
* ARCTURUS: 0x3be0
|
||||
* ALDEBARAN: 0x3be4
|
||||
*/
|
||||
if (adev->asic_type == CHIP_ALDEBARAN && instance == 4)
|
||||
reg = instance + 0x4 + 0x1 +
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user