From dfbd0ab8bad1da6774e2d66105f7884616bb1c4a Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Mon, 23 Sep 2024 22:53:13 -0500 Subject: [PATCH] Update spacing in amdsmi.h Signed-off-by: Maisam Arif Change-Id: I6147b8e545fdb50f3d3ef37f4df994e7cd9c3046 --- include/amd_smi/amdsmi.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/amd_smi/amdsmi.h b/include/amd_smi/amdsmi.h index 4326f47115..ab91abf82b 100644 --- a/include/amd_smi/amdsmi.h +++ b/include/amd_smi/amdsmi.h @@ -625,15 +625,15 @@ typedef struct { * This union is used to identify various memory partitioning settings. */ typedef union { - struct nps_flags_ { - uint32_t nps1_cap :1; // bool 1 = true; 0 = false; Max uint32 means unsupported - uint32_t nps2_cap :1; // bool 1 = true; 0 = false; Max uint32 means unsupported - uint32_t nps4_cap :1; // bool 1 = true; 0 = false; Max uint32 means unsupported - uint32_t nps8_cap :1; // bool 1 = true; 0 = false; Max uint32 means unsupported - uint32_t reserved :28; - } amdsmi_nps_flags_t; + struct nps_flags_ { + uint32_t nps1_cap :1; // bool 1 = true; 0 = false; Max uint32 means unsupported + uint32_t nps2_cap :1; // bool 1 = true; 0 = false; Max uint32 means unsupported + uint32_t nps4_cap :1; // bool 1 = true; 0 = false; Max uint32 means unsupported + uint32_t nps8_cap :1; // bool 1 = true; 0 = false; Max uint32 means unsupported + uint32_t reserved :28; + } amdsmi_nps_flags_t; - uint32_t nps_cap_mask; + uint32_t nps_cap_mask; } amdsmi_nps_caps_t; /**