From 547e8c5078b6c44fd4f1b0ba7b6e6556ea7a2b42 Mon Sep 17 00:00:00 2001 From: Ran Sun Date: Mon, 24 Jul 2023 11:36:59 +0800 Subject: [PATCH] drm/radeon: that open brace { should be on the previous line ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/clearstate_si.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/clearstate_si.h b/drivers/gpu/drm/radeon/clearstate_si.h index 356219c..7da8418 100644 --- a/drivers/gpu/drm/radeon/clearstate_si.h +++ b/drivers/gpu/drm/radeon/clearstate_si.h @@ -23,8 +23,7 @@ #include "clearstate_defs.h" -static const u32 si_SECT_CONTEXT_def_1[] = -{ +static const u32 si_SECT_CONTEXT_def_1[] = { 0x00000000, // DB_RENDER_CONTROL 0x00000000, // DB_COUNT_CONTROL 0x00000000, // DB_DEPTH_VIEW -- 2.7.4