Skip to content

Commit 27f9dcb

Browse files
Dan Carpenteralexdeucher
authored andcommitted
drm/amdgpu/mes11: Indent an if statment
Indent the "break" statement one more tab. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 663b0f1 commit 27f9dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/mes_v11_0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ static int mes_v11_0_reset_queue_mmio(struct amdgpu_mes *mes, uint32_t queue_typ
415415
/* wait till dequeue take effects */
416416
for (i = 0; i < adev->usec_timeout; i++) {
417417
if (!(RREG32_SOC15(GC, 0, regCP_HQD_ACTIVE) & 1))
418-
break;
418+
break;
419419
udelay(1);
420420
}
421421
if (i >= adev->usec_timeout) {

0 commit comments

Comments
 (0)