summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/include
diff options
context:
space:
mode:
authorchenxuebing <chenxb_99091@126.com>2024-01-11 03:00:53 +0000
committerAlex Deucher <alexander.deucher@amd.com>2024-01-18 15:38:09 -0500
commit84900320970d25f0dd690a7a99ec3c2108d58072 (patch)
tree4d8e052aad68241fc11c31a21b9aa7915ee5c056 /drivers/gpu/drm/amd/include
parent522f878a0c265cd1822c5a32491c20beddbea8ce (diff)
drm/amdgpu: Clean up errors in navi12_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')
-rw-r--r--drivers/gpu/drm/amd/include/navi12_ip_offset.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/include/navi12_ip_offset.h b/drivers/gpu/drm/amd/include/navi12_ip_offset.h
index d8fc00478b6a..e94d80ec8d92 100644
--- a/drivers/gpu/drm/amd/include/navi12_ip_offset.h
+++ b/drivers/gpu/drm/amd/include/navi12_ip_offset.h
@@ -25,13 +25,11 @@
#define MAX_SEGMENT 5
-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;