Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751947AbbEDDxa (ORCPT ); Sun, 3 May 2015 23:53:30 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:60096 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751409AbbEDDxW (ORCPT ); Sun, 3 May 2015 23:53:22 -0400 From: Junling Zheng To: CC: , , Subject: [RFC PATCH 2/2] ARM: hisi: replace a few spaces with tabs Date: Mon, 4 May 2015 03:48:31 +0000 Message-ID: <1430711311-20758-2-git-send-email-zhengjunling@huawei.com> X-Mailer: git-send-email 1.8.3.4 In-Reply-To: <1430711311-20758-1-git-send-email-zhengjunling@huawei.com> References: <1430711311-20758-1-git-send-email-zhengjunling@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.197.245] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.5546ECEE.003C,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 3f53e68e5a9641432027d62e9f71f03f Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1981 Lines: 59 Replace a few spaces with tabs in mach-hisi to keep the code style. Signed-off-by: Junling Zheng --- arch/arm/mach-hisi/hotplug.c | 4 ++-- arch/arm/mach-hisi/platsmp.c | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-hisi/hotplug.c b/arch/arm/mach-hisi/hotplug.c index a129aae..8cd314c 100644 --- a/arch/arm/mach-hisi/hotplug.c +++ b/arch/arm/mach-hisi/hotplug.c @@ -65,8 +65,8 @@ #define PMC0_CPU1_PMC_ENABLE (1 << 7) #define PMC0_CPU1_POWERDOWN (1 << 3) -#define HIP01_PERI9 0x50 -#define PERI9_CPU1_RESET (1 << 1) +#define HIP01_PERI9 0x50 +#define PERI9_CPU1_RESET (1 << 1) enum { HI3620_CTRL, diff --git a/arch/arm/mach-hisi/platsmp.c b/arch/arm/mach-hisi/platsmp.c index 8880c8e..808a3a1 100644 --- a/arch/arm/mach-hisi/platsmp.c +++ b/arch/arm/mach-hisi/platsmp.c @@ -135,9 +135,9 @@ struct smp_operations hix5hd2_smp_ops __initdata = { }; -#define SC_SCTL_REMAP_CLR 0x00000100 -#define HIP01_BOOT_ADDRESS 0x80000000 -#define REG_SC_CTRL 0x000 +#define SC_SCTL_REMAP_CLR 0x00000100 +#define HIP01_BOOT_ADDRESS 0x80000000 +#define REG_SC_CTRL 0x000 void hip01_set_boot_addr(phys_addr_t start_addr, phys_addr_t jump_addr) { @@ -177,8 +177,8 @@ static int hip01_boot_secondary(unsigned int cpu, struct task_struct *idle) } struct smp_operations hip01_smp_ops __initdata = { - .smp_prepare_cpus = hisi_common_smp_prepare_cpus, - .smp_boot_secondary = hip01_boot_secondary, + .smp_prepare_cpus = hisi_common_smp_prepare_cpus, + .smp_boot_secondary = hip01_boot_secondary, }; CPU_METHOD_OF_DECLARE(hi3xxx_smp, "hisilicon,hi3620-smp", &hi3xxx_smp_ops); -- 1.8.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/