Skip to content

Commit 57baabe

Browse files
Yang LiIngo Molnar
authored andcommitted
x86/platform/uv/apic: Clean up inconsistent indenting
Signed-off-by: Yang Li <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ce9ecca commit 57baabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/apic/x2apic_uv_x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static void __init early_get_pnodeid(void)
110110
} else if (UVH_RH_GAM_ADDR_MAP_CONFIG) {
111111
union uvh_rh_gam_addr_map_config_u m_n_config;
112112

113-
m_n_config.v = uv_early_read_mmr(UVH_RH_GAM_ADDR_MAP_CONFIG);
113+
m_n_config.v = uv_early_read_mmr(UVH_RH_GAM_ADDR_MAP_CONFIG);
114114
uv_cpuid.n_skt = m_n_config.s.n_skt;
115115
if (is_uv(UV3))
116116
uv_cpuid.m_skt = m_n_config.s3.m_skt;

0 commit comments

Comments
 (0)