]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/amdgpu/mes11: Indent an if statment
authorDan Carpenter <dan.carpenter@linaro.org>
Wed, 4 Sep 2024 08:01:43 +0000 (11:01 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Sep 2024 21:55:05 +0000 (17:55 -0400)
Indent the "break" statement one more tab.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c

index 0f055d1b1da6bb6af652c98e980e701d7f6245ed..ee91ff9e52a20f95c9000c04a8994facfa96a10e 100644 (file)
@@ -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) {