From: Dan Carpenter Date: Wed, 4 Sep 2024 08:01:43 +0000 (+0300) Subject: drm/amdgpu/mes11: Indent an if statment X-Git-Tag: v6.12-rc1~126^2~1^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27f9dcb9cc067d40077e116ac062e185ccd7a0d8;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu/mes11: Indent an if statment Indent the "break" statement one more tab. Signed-off-by: Dan Carpenter Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c index 0f055d1b1da6b..ee91ff9e52a20 100644 --- a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c @@ -415,7 +415,7 @@ static int mes_v11_0_reset_queue_mmio(struct amdgpu_mes *mes, uint32_t queue_typ /* wait till dequeue take effects */ for (i = 0; i < adev->usec_timeout; i++) { if (!(RREG32_SOC15(GC, 0, regCP_HQD_ACTIVE) & 1)) - break; + break; udelay(1); } if (i >= adev->usec_timeout) {