diff options
author | chenxuebing <chenxb_99091@126.com> | 2024-01-11 03:24:47 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-01-18 15:38:21 -0500 |
commit | 1ef4fd9278c743802bf8c4637b6078b5c23e6af4 (patch) | |
tree | f77fa1c5d9c2778fb2895bedcd81c030ed5dabf6 /drivers/gpu/drm/amd/include/vangogh_ip_offset.h | |
parent | 78a855f95420d368cc5273e0baf5d657921f506c (diff) |
drm/amd/include/vangogh_ip_offset: Clean up errors in vangogh_ip_offset.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/drm/amd/include/vangogh_ip_offset.h')
-rw-r--r-- | drivers/gpu/drm/amd/include/vangogh_ip_offset.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/include/vangogh_ip_offset.h b/drivers/gpu/drm/amd/include/vangogh_ip_offset.h index 691073ed780e..695d7d04dfa6 100644 --- a/drivers/gpu/drm/amd/include/vangogh_ip_offset.h +++ b/drivers/gpu/drm/amd/include/vangogh_ip_offset.h @@ -28,13 +28,11 @@ #define MAX_SEGMENT 6 -struct IP_BASE_INSTANCE -{ +struct IP_BASE_INSTANCE { unsigned int segment[MAX_SEGMENT]; }; -struct IP_BASE -{ +struct IP_BASE { struct IP_BASE_INSTANCE instance[MAX_INSTANCE]; } __maybe_unused; |