From nobody Wed Dec 17 23:54:16 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9756C04A6A for ; Wed, 16 Aug 2023 00:39:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240850AbjHPAjG (ORCPT ); Tue, 15 Aug 2023 20:39:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240849AbjHPAis (ORCPT ); Tue, 15 Aug 2023 20:38:48 -0400 Received: from out30-130.freemail.mail.aliyun.com (out30-130.freemail.mail.aliyun.com [115.124.30.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3A1D1BFB for ; Tue, 15 Aug 2023 17:38:46 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R151e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046050;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0VptSxww_1692146323; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0VptSxww_1692146323) by smtp.aliyun-inc.com; Wed, 16 Aug 2023 08:38:44 +0800 From: Yang Li To: tglx@linutronix.de Cc: mingo@redhat.com, steve.wahl@hpe.com, justin.ernst@hpe.com, linux-kernel@vger.kernel.org, Yang Li Subject: [PATCH -next] x86/apic: clean up one inconsistent indenting Date: Wed, 16 Aug 2023 08:38:42 +0800 Message-Id: <20230816003842.116574-1-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" arch/x86/kernel/apic/x2apic_uv_x.c:113 early_get_pnodeid() warn: inconsiste= nt indenting Signed-off-by: Yang Li --- 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/x2ap= ic_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; =20 - m_n_config.v =3D uv_early_read_mmr(UVH_RH_GAM_ADDR_MAP_CONFIG); + m_n_config.v =3D uv_early_read_mmr(UVH_RH_GAM_ADDR_MAP_CONFIG); uv_cpuid.n_skt =3D m_n_config.s.n_skt; if (is_uv(UV3)) uv_cpuid.m_skt =3D m_n_config.s3.m_skt; --=20 2.20.1.7.g153144c