mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] x86/apic: clean up one inconsistent indenting
@ 2023-08-16  0:38 Yang Li
  2023-09-21  8:29 ` [tip: x86/apic] x86/platform/uv/apic: Clean up " tip-bot2 for Yang Li
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2023-08-16  0:38 UTC (permalink / raw)
  To: tglx; +Cc: mingo, steve.wahl, justin.ernst, linux-kernel, Yang Li

arch/x86/kernel/apic/x2apic_uv_x.c:113 early_get_pnodeid() warn: inconsistent indenting

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c
index 1cedb2519938..cfd4a1c1aec9 100644
--- a/arch/x86/kernel/apic/x2apic_uv_x.c
+++ b/arch/x86/kernel/apic/x2apic_uv_x.c
@@ -110,7 +110,7 @@ static void __init early_get_pnodeid(void)
 	} else if (UVH_RH_GAM_ADDR_MAP_CONFIG) {
 		union uvh_rh_gam_addr_map_config_u  m_n_config;
 
-	m_n_config.v = uv_early_read_mmr(UVH_RH_GAM_ADDR_MAP_CONFIG);
+		m_n_config.v = uv_early_read_mmr(UVH_RH_GAM_ADDR_MAP_CONFIG);
 		uv_cpuid.n_skt = m_n_config.s.n_skt;
 		if (is_uv(UV3))
 			uv_cpuid.m_skt = m_n_config.s3.m_skt;
-- 
2.20.1.7.g153144c


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip: x86/apic] x86/platform/uv/apic: Clean up inconsistent indenting
  2023-08-16  0:38 [PATCH -next] x86/apic: clean up one inconsistent indenting Yang Li
@ 2023-09-21  8:29 ` tip-bot2 for Yang Li
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Yang Li @ 2023-09-21  8:29 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Yang Li, Ingo Molnar, x86, linux-kernel

The following commit has been merged into the x86/apic branch of tip:

Commit-ID:     57baabe36573c1dc22a53a9ceed748d3e28fe910
Gitweb:        https://git.kernel.org/tip/57baabe36573c1dc22a53a9ceed748d3e28fe910
Author:        Yang Li <yang.lee@linux.alibaba.com>
AuthorDate:    Wed, 16 Aug 2023 08:38:42 +08:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Thu, 21 Sep 2023 10:22:13 +02:00

x86/platform/uv/apic: Clean up inconsistent indenting

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230816003842.116574-1-yang.lee@linux.alibaba.com
---
 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c
index 205cee5..7d304ef 100644
--- a/arch/x86/kernel/apic/x2apic_uv_x.c
+++ b/arch/x86/kernel/apic/x2apic_uv_x.c
@@ -110,7 +110,7 @@ static void __init early_get_pnodeid(void)
 	} else if (UVH_RH_GAM_ADDR_MAP_CONFIG) {
 		union uvh_rh_gam_addr_map_config_u  m_n_config;
 
-	m_n_config.v = uv_early_read_mmr(UVH_RH_GAM_ADDR_MAP_CONFIG);
+		m_n_config.v = uv_early_read_mmr(UVH_RH_GAM_ADDR_MAP_CONFIG);
 		uv_cpuid.n_skt = m_n_config.s.n_skt;
 		if (is_uv(UV3))
 			uv_cpuid.m_skt = m_n_config.s3.m_skt;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-21 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-16  0:38 [PATCH -next] x86/apic: clean up one inconsistent indenting Yang Li
2023-09-21  8:29 ` [tip: x86/apic] x86/platform/uv/apic: Clean up " tip-bot2 for Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®