From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC70CC433ED for ; Sun, 26 Jul 2020 00:38:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9079206D7 for ; Sun, 26 Jul 2020 00:38:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="o/jn0/IA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728277AbgGZAim (ORCPT ); Sat, 25 Jul 2020 20:38:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728127AbgGZAi2 (ORCPT ); Sat, 25 Jul 2020 20:38:28 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1E4EC08C5C0 for ; Sat, 25 Jul 2020 17:38:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=WRuZGyhWT9qXM2YUFo6a0yn/chTXG2BjJ65UzF8UQ7o=; b=o/jn0/IATIUVs+wPQn3s/dkVkH I0WTjLtIUllpFWm7sVrQr1Tz3TRfrlT+KVFzoQDAJ/xPIczW0l9e+bGBp1z6/ur1a+sSqFSU+PMVL tC56h78hRoADg4WACCqbjbKZc/XQg3ytjufUDTC735qF2d+seCagqI5kadYyFrAjVGMNIiQivJBJt bhHIJMnDzq2gPwVLeE+83QanC4cicU+KmxeipJuXiXw7pX+e6qNF412TImeQpyXgRrCIo4wfi8fpu x2fqmHLqwQqI7p8Z2ac45xwfQI1tV9s6b6kKrJO59/vxb1IiXl+ULBOFGHeMSruaYdkfU+aT6DPGj sia40aDg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUgM-0003Cq-26; Sun, 26 Jul 2020 00:38:26 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: [PATCH 7/9] powerpc: reg.h: delete duplicated word Date: Sat, 25 Jul 2020 17:38:07 -0700 Message-Id: <20200726003809.20454-8-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200726003809.20454-1-rdunlap@infradead.org> References: <20200726003809.20454-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Drop the repeated word "a". Signed-off-by: Randy Dunlap Cc: Michael Ellerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/include/asm/reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200720.orig/arch/powerpc/include/asm/reg.h +++ linux-next-20200720/arch/powerpc/include/asm/reg.h @@ -1472,7 +1472,7 @@ static inline void update_power8_hid0(un { /* * The HID0 update on Power8 should at the very least be - * preceded by a a SYNC instruction followed by an ISYNC + * preceded by a SYNC instruction followed by an ISYNC * instruction */ asm volatile("sync; mtspr %0,%1; isync":: "i"(SPRN_HID0), "r"(hid0)); From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5447C433E1 for ; Sun, 26 Jul 2020 00:52:36 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4820E206D8 for ; Sun, 26 Jul 2020 00:52:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="o/jn0/IA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4820E206D8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4BDktV40kpzDrNh for ; Sun, 26 Jul 2020 10:52:34 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=infradead.org (client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=o/jn0/IA; dkim-atps=neutral Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4BDkZT22ZDzF0kx for ; Sun, 26 Jul 2020 10:38:41 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=WRuZGyhWT9qXM2YUFo6a0yn/chTXG2BjJ65UzF8UQ7o=; b=o/jn0/IATIUVs+wPQn3s/dkVkH I0WTjLtIUllpFWm7sVrQr1Tz3TRfrlT+KVFzoQDAJ/xPIczW0l9e+bGBp1z6/ur1a+sSqFSU+PMVL tC56h78hRoADg4WACCqbjbKZc/XQg3ytjufUDTC735qF2d+seCagqI5kadYyFrAjVGMNIiQivJBJt bhHIJMnDzq2gPwVLeE+83QanC4cicU+KmxeipJuXiXw7pX+e6qNF412TImeQpyXgRrCIo4wfi8fpu x2fqmHLqwQqI7p8Z2ac45xwfQI1tV9s6b6kKrJO59/vxb1IiXl+ULBOFGHeMSruaYdkfU+aT6DPGj sia40aDg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUgM-0003Cq-26; Sun, 26 Jul 2020 00:38:26 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 7/9] powerpc: reg.h: delete duplicated word Date: Sat, 25 Jul 2020 17:38:07 -0700 Message-Id: <20200726003809.20454-8-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200726003809.20454-1-rdunlap@infradead.org> References: <20200726003809.20454-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Randy Dunlap , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Drop the repeated word "a". Signed-off-by: Randy Dunlap Cc: Michael Ellerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/include/asm/reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200720.orig/arch/powerpc/include/asm/reg.h +++ linux-next-20200720/arch/powerpc/include/asm/reg.h @@ -1472,7 +1472,7 @@ static inline void update_power8_hid0(un { /* * The HID0 update on Power8 should at the very least be - * preceded by a a SYNC instruction followed by an ISYNC + * preceded by a SYNC instruction followed by an ISYNC * instruction */ asm volatile("sync; mtspr %0,%1; isync":: "i"(SPRN_HID0), "r"(hid0));