From patchwork Tue Aug 22 10:18:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chao Fan X-Patchwork-Id: 9914775 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DBB48603F9 for ; Tue, 22 Aug 2017 10:18:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DE840287DC for ; Tue, 22 Aug 2017 10:18:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D32C62885C; Tue, 22 Aug 2017 10:18:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 64A42287DC for ; Tue, 22 Aug 2017 10:18:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932347AbdHVKSv (ORCPT ); Tue, 22 Aug 2017 06:18:51 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:44199 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932330AbdHVKSu (ORCPT ); Tue, 22 Aug 2017 06:18:50 -0400 X-IronPort-AV: E=Sophos;i="5.41,411,1498492800"; d="scan'208";a="24396195" Received: from localhost (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 22 Aug 2017 18:18:50 +0800 Received: from G08CNEXCHPEKD02.g08.fujitsu.local (unknown [10.167.33.83]) by cn.fujitsu.com (Postfix) with ESMTP id 581A84724E55; Tue, 22 Aug 2017 18:18:50 +0800 (CST) Received: from localhost (10.167.226.75) by G08CNEXCHPEKD02.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server id 14.3.319.2; Tue, 22 Aug 2017 18:18:47 +0800 From: Chao Fan To: , , CC: , , , , Chao Fan Subject: [PATCH] actbl1.h: use tab instead of seven spaces as the indentation Date: Tue, 22 Aug 2017 18:18:45 +0800 Message-ID: <20170822101845.18468-1-fanc.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.13.5 MIME-Version: 1.0 X-yoursite-MailScanner-ID: 581A84724E55.A8354 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: fanc.fnst@cn.fujitsu.com Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 */