Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753288AbdHWDnk convert rfc822-to-8bit (ORCPT ); Tue, 22 Aug 2017 23:43:40 -0400 Received: from mga01.intel.com ([192.55.52.88]:20269 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753057AbdHWDni (ORCPT ); Tue, 22 Aug 2017 23:43:38 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,415,1498546800"; d="scan'208";a="1165271269" From: "Zheng, Lv" To: Chao Fan , "linux-acpi@vger.kernel.org" , "devel@acpica.org" , "linux-kernel@vger.kernel.org" CC: "Moore, Robert" , "Wysocki, Rafael J" , "lenb@kernel.org" Subject: RE: [PATCH] actbl1.h: use tab instead of seven spaces as the indentation Thread-Topic: [PATCH] actbl1.h: use tab instead of seven spaces as the indentation Thread-Index: AQHTGzAPxIrEt+styUSCnUVXLNHoCqKRTIYA Date: Wed, 23 Aug 2017 03:43:33 +0000 Message-ID: <1AE640813FDE7649BE1B193DEA596E886CF0FC98@SHSMSX101.ccr.corp.intel.com> References: <20170822101845.18468-1-fanc.fnst@cn.fujitsu.com> In-Reply-To: <20170822101845.18468-1-fanc.fnst@cn.fujitsu.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTk2NTdiYmMtNmY1OC00MzZhLWExMWMtZTBiNzZjMGY4MmMzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im8zMm5BT05KR3NLMlRFaHBVTmJ5cFgzT0dUdzhXaW85VENHbCtZbTZiV1U9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1155 Lines: 37 Hi, > From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-owner@vger.kernel.org] On Behalf Of Chao Fan > Subject: [PATCH] actbl1.h: use tab instead of seven spaces as the indentation > > The indentation of these two lines is seven spaces, but not tab. > So fix it. > > Signed-off-by: Chao Fan > --- > include/acpi/actbl1.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h > index b4ce55c008b0..d13e5b416a7e 100644 > --- a/include/acpi/actbl1.h > +++ b/include/acpi/actbl1.h > @@ -1223,9 +1223,9 @@ struct acpi_srat_mem_affinity { > u16 reserved; /* Reserved, must be zero */ > u64 base_address; > u64 length; > - u32 reserved1; > + u32 reserved1; > u32 flags; > - u64 reserved2; /* Reserved, must be zero */ > + u64 reserved2; /* Reserved, must be zero */ > }; > > /* Flags */ > -- You needn't do this manually. An indentation fix commit can be easily and automatically generated by ACPICA linuxize script - divergence.sh. See Documentation/acpi/linuxized-acpica.txt for detailed information. Thanks Lv