Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753339AbdHWDvE (ORCPT ); Tue, 22 Aug 2017 23:51:04 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:44940 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753201AbdHWDvC (ORCPT ); Tue, 22 Aug 2017 23:51:02 -0400 X-IronPort-AV: E=Sophos;i="5.41,415,1498492800"; d="scan'208";a="24530003" Date: Wed, 23 Aug 2017 11:50:53 +0800 From: Chao Fan To: "Zheng, Lv" CC: "linux-acpi@vger.kernel.org" , "devel@acpica.org" , "linux-kernel@vger.kernel.org" , "Moore, Robert" , "Wysocki, Rafael J" , "lenb@kernel.org" Subject: Re: [PATCH] actbl1.h: use tab instead of seven spaces as the indentation Message-ID: <20170823035053.GA8536@localhost.localdomain> References: <20170822101845.18468-1-fanc.fnst@cn.fujitsu.com> <1AE640813FDE7649BE1B193DEA596E886CF0FC98@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1AE640813FDE7649BE1B193DEA596E886CF0FC98@SHSMSX101.ccr.corp.intel.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-Originating-IP: [10.167.226.75] X-yoursite-MailScanner-ID: 9E9B846B5FD5.ABC7F X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: fanc.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1344 Lines: 54 On Wed, Aug 23, 2017 at 03:43:33AM +0000, Zheng, Lv wrote: >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 */ >> -- > Hi Lv, Thank you for your reply. >You needn't do this manually. OK, I got it. >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. I will see that. Thanks, Chao Fan > >Thanks >Lv > >