drm/amdgpu: Clean up errors in v10_structs.h
authorchenxuebing <chenxb_99091@126.com>
Thu, 11 Jan 2024 03:37:16 +0000 (03:37 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:38:29 +0000 (15:38 -0500)
Fix the following errors reported by checkpatch:

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

Signed-off-by: chenxuebing <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/v10_structs.h

index c0e98a98a641510a9284046aabc505ea11b098c4..58002a83d1dfd3426e76936cd1f3526b082bf563 100644 (file)
@@ -24,8 +24,7 @@
 #ifndef V10_STRUCTS_H_
 #define V10_STRUCTS_H_
 
-struct v10_gfx_mqd
-{
+struct v10_gfx_mqd {
        uint32_t reserved_0; // offset: 0  (0x0)
        uint32_t reserved_1; // offset: 1  (0x1)
        uint32_t reserved_2; // offset: 2  (0x2)