From: chenxuebing Date: Thu, 11 Jan 2024 03:37:16 +0000 (+0000) Subject: drm/amdgpu: Clean up errors in v10_structs.h X-Git-Tag: v6.9-rc1~126^2~22^2~216 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58479e2126fd81b5bee62d1ac4223e52162fcfd1;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: Clean up errors in v10_structs.h Fix the following errors reported by checkpatch: ERROR: open brace '{' following struct go on the same line Signed-off-by: chenxuebing Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/include/v10_structs.h b/drivers/gpu/drm/amd/include/v10_structs.h index c0e98a98a6415..58002a83d1dfd 100644 --- a/drivers/gpu/drm/amd/include/v10_structs.h +++ b/drivers/gpu/drm/amd/include/v10_structs.h @@ -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)