[PATCH] drm/amdgpu/mes11: Indent an if statment
Alex Deucher
alexdeucher at gmail.com
Fri Sep 6 14:24:53 UTC 2024
Applied. Thanks!
Alex
On Thu, Sep 5, 2024 at 3:08 PM Dan Carpenter <dan.carpenter at linaro.org> wrote:
>
> Indent the "break" statement one more tab.
>
> Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
> ---
> drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
> index 0f055d1b1da6..ee91ff9e52a2 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) {
> --
> 2.45.2
>
More information about the amd-gfx
mailing list