From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932488AbcHSX26 (ORCPT ); Fri, 19 Aug 2016 19:28:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60194 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753576AbcHSX24 (ORCPT ); Fri, 19 Aug 2016 19:28:56 -0400 From: Al Stone To: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Cc: ahs3@redhat.com, Tony Luck , Fenghua Yu , trivial@kernel.org Subject: [PATCH 1/2] ia64: remove extraneous white space Date: Fri, 19 Aug 2016 17:28:49 -0600 Message-Id: <1471649330-32415-2-git-send-email-ahs3@redhat.com> In-Reply-To: <1471649330-32415-1-git-send-email-ahs3@redhat.com> References: <1471649330-32415-1-git-send-email-ahs3@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 19 Aug 2016 23:28:55 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Al Stone --- arch/ia64/sn/kernel/sn2/sn2_smp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/ia64/sn/kernel/sn2/sn2_smp.c b/arch/ia64/sn/kernel/sn2/sn2_smp.c index c98dc96..8701b2f 100644 --- a/arch/ia64/sn/kernel/sn2/sn2_smp.c +++ b/arch/ia64/sn/kernel/sn2/sn2_smp.c @@ -234,11 +234,11 @@ sn2_global_tlb_purge(struct mm_struct *mm, unsigned long start, data0 = (1UL << SH2_PTC_A_SHFT) | (nbits << SH2_PTC_PS_SHFT) | (1UL << SH2_PTC_START_SHFT); - ptc0 = (long *)GLOBAL_MMR_PHYS_ADDR(0, SH2_PTC + + ptc0 = (long *)GLOBAL_MMR_PHYS_ADDR(0, SH2_PTC + (rr_value << SH2_PTC_RID_SHFT)); ptc1 = NULL; } - + mynasid = get_nasid(); use_cpu_ptcga = local_node_uses_ptc_ga(shub1); @@ -322,7 +322,7 @@ done: /* * sn2_ptc_deadlock_recovery * - * Recover from PTC deadlocks conditions. Recovery requires stepping thru each + * Recover from PTC deadlocks conditions. Recovery requires stepping thru each * TLB flush transaction. The recovery sequence is somewhat tricky & is * coded in assembly language. */ @@ -417,7 +417,7 @@ EXPORT_SYMBOL(sn_send_IPI_phys); * @redirect: redirect the IPI? * * Sends an IPI (InterProcessor Interrupt) to the processor specified by - * @cpuid. @vector specifies the command to send, while @delivery_mode can + * @cpuid. @vector specifies the command to send, while @delivery_mode can * be one of the following * * %IA64_IPI_DM_INT - pend an interrupt -- 2.7.4