diff options
author | Ran Sun <[email protected]> | 2023-07-24 11:36:59 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-07-27 14:47:29 -0400 |
commit | 547e8c5078b6c44fd4f1b0ba7b6e6556ea7a2b42 (patch) | |
tree | 1cb5c20f73995d2e2fddbb9446eb8abeac1c5371 | |
parent | dc2003560ced79237399193bb411e8899ec1ea3f (diff) |
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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/radeon/clearstate_si.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/clearstate_si.h b/drivers/gpu/drm/radeon/clearstate_si.h index 356219c6c7f2..7da8418704fe 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 |