Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/radeon: Clean up errors in clearstate_cayman.h

Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct go on the same line

Signed-off-by: XueBing Chen <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

XueBing Chen and committed by
Alex Deucher
4a93a7c9 b1baf42f

+3 -6
+3 -6
drivers/gpu/drm/radeon/clearstate_cayman.h
··· 23 23 24 24 #include "clearstate_defs.h" 25 25 26 - static const u32 SECT_CONTEXT_def_1[] = 27 - { 26 + static const u32 SECT_CONTEXT_def_1[] = { 28 27 0x00000000, // DB_RENDER_CONTROL 29 28 0x00000000, // DB_COUNT_CONTROL 30 29 0x00000000, // DB_DEPTH_VIEW ··· 513 514 0x00000000, // CB_BLEND6_CONTROL 514 515 0x00000000, // CB_BLEND7_CONTROL 515 516 }; 516 - static const u32 SECT_CONTEXT_def_2[] = 517 - { 517 + static const u32 SECT_CONTEXT_def_2[] = { 518 518 0x00000000, // PA_CL_POINT_X_RAD 519 519 0x00000000, // PA_CL_POINT_Y_RAD 520 520 0x00000000, // PA_CL_POINT_SIZE ··· 521 523 0x00000000, // VGT_DMA_BASE_HI 522 524 0x00000000, // VGT_DMA_BASE 523 525 }; 524 - static const u32 SECT_CONTEXT_def_3[] = 525 - { 526 + static const u32 SECT_CONTEXT_def_3[] = { 526 527 0x00000000, // DB_DEPTH_CONTROL 527 528 0x00000000, // DB_EQAA 528 529 0x00000000, // CB_COLOR_CONTROL