diff options
author | chenxuebing <chenxb_99091@126.com> | 2024-01-11 03:37:16 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-01-18 15:38:29 -0500 |
commit | 58479e2126fd81b5bee62d1ac4223e52162fcfd1 (patch) | |
tree | 9288adb65cac90bea6c8190ad2e2dbdbfd019b5b /drivers/gpu | |
parent | e1fe442fec46c79ef48b763c768c2152a056866d (diff) | |
download | linux-stable-58479e2126fd81b5bee62d1ac4223e52162fcfd1.tar.gz linux-stable-58479e2126fd81b5bee62d1ac4223e52162fcfd1.tar.bz2 linux-stable-58479e2126fd81b5bee62d1ac4223e52162fcfd1.zip |
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 <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/amd/include/v10_structs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/include/v10_structs.h b/drivers/gpu/drm/amd/include/v10_structs.h index c0e98a98a641..58002a83d1df 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) |