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=-5.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 9F480C433E1 for ; Sun, 26 Jul 2020 17:24:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B95020578 for ; Sun, 26 Jul 2020 17:24:03 +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="nqSV0vVk" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727016AbgGZRYC (ORCPT ); Sun, 26 Jul 2020 13:24:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726174AbgGZRYB (ORCPT ); Sun, 26 Jul 2020 13:24:01 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9816EC0619D2 for ; Sun, 26 Jul 2020 10:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=ADfgOkZpL5WzehjuzLBluAXVAZXyuzvYtlTRuQw3g88=; b=nqSV0vVkeTRz1z26a1nTex27ZM zk8kaLqScsd3AX0M17pd8y0mntGmOxdZ2wnFUy2DdxgxI8SVOYLte3Gx/WtWkV+6edVDDMzSGeF4c x6XBgLuoAlcoIQUb11euDWULtZOghRUPsDNhKKV8rBwkoeo3+D7qjvDqcNjfM2fmiBOr1Tc4y5t1F bPDyBYEmzQORpa3RwsNDmcma9IdBIOtaP0IntVAo/KZEXdrnMVnadmpzpsPn0xoGDfTUDdoqJ+yLK ipxPcGAI84A0RXxJ6PiOEOcGVUGyZ11nb0QMJwDLJHu+p6Bvg4KPI2b1Fqnkqmc/AsrP6v0i42DsL q9lXDKYA==; Received: from [2601:1c0:6280:3f0::19c2] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzkNR-0003eR-Ky; Sun, 26 Jul 2020 17:23:57 +0000 Subject: Re: [PATCH 0/9] powerpc: delete duplicated words To: Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org, Paul Mackerras , linux-kernel@vger.kernel.org, Michael Ellerman References: <20200726162902.Horde.TCqHYaODbkzEpM-rFzDd8A2@messagerie.si.c-s.fr> From: Randy Dunlap Message-ID: Date: Sun, 26 Jul 2020 10:23:53 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200726162902.Horde.TCqHYaODbkzEpM-rFzDd8A2@messagerie.si.c-s.fr> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/26/20 7:29 AM, Christophe Leroy wrote: > Randy Dunlap a écrit : > >> Drop duplicated words in arch/powerpc/ header files. > > How did you detect them ? Do you have some script for tgat, or you just read all comments ? Yes, it's a script that finds lots of false positives, so I have to check each and every one of them for validity. >> Cc: Michael Ellerman > > You say you Cc Michael, but in fact you don't ... Allthough he is the powerpc maintainer Thanks for noticing that. [time passes] I checked all of my emails for this patch series and they say that Mike was Cc:ed on all of them. I am adding his email address back to this one. Mike, did you receive this patch series? > Christophe > >> Cc: Benjamin Herrenschmidt >> Cc: Paul Mackerras >> Cc: linuxppc-dev@lists.ozlabs.org >> >>  arch/powerpc/include/asm/book3s/64/mmu-hash.h |    2 +- >>  arch/powerpc/include/asm/book3s/64/radix-4k.h |    2 +- >>  arch/powerpc/include/asm/cputime.h            |    2 +- >>  arch/powerpc/include/asm/epapr_hcalls.h       |    4 ++-- >>  arch/powerpc/include/asm/hw_breakpoint.h      |    2 +- >>  arch/powerpc/include/asm/ppc_asm.h            |    2 +- >>  arch/powerpc/include/asm/reg.h                |    2 +- >>  arch/powerpc/include/asm/smu.h                |    2 +- >>  arch/powerpc/platforms/powernv/pci.h          |    2 +- >>  9 files changed, 10 insertions(+), 10 deletions(-) thanks. -- ~Randy 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=-5.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 71908C433E8 for ; Sun, 26 Jul 2020 17:26:24 +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 CF2DC20578 for ; Sun, 26 Jul 2020 17:26:23 +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="nqSV0vVk" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF2DC20578 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 4BF8x90j1PzF0bG for ; Mon, 27 Jul 2020 03:26:21 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.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=merlin.20170209 header.b=nqSV0vVk; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::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 4BF8tf4LhQzDqVD for ; Mon, 27 Jul 2020 03:24:10 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=ADfgOkZpL5WzehjuzLBluAXVAZXyuzvYtlTRuQw3g88=; b=nqSV0vVkeTRz1z26a1nTex27ZM zk8kaLqScsd3AX0M17pd8y0mntGmOxdZ2wnFUy2DdxgxI8SVOYLte3Gx/WtWkV+6edVDDMzSGeF4c x6XBgLuoAlcoIQUb11euDWULtZOghRUPsDNhKKV8rBwkoeo3+D7qjvDqcNjfM2fmiBOr1Tc4y5t1F bPDyBYEmzQORpa3RwsNDmcma9IdBIOtaP0IntVAo/KZEXdrnMVnadmpzpsPn0xoGDfTUDdoqJ+yLK ipxPcGAI84A0RXxJ6PiOEOcGVUGyZ11nb0QMJwDLJHu+p6Bvg4KPI2b1Fqnkqmc/AsrP6v0i42DsL q9lXDKYA==; Received: from [2601:1c0:6280:3f0::19c2] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzkNR-0003eR-Ky; Sun, 26 Jul 2020 17:23:57 +0000 Subject: Re: [PATCH 0/9] powerpc: delete duplicated words To: Christophe Leroy References: <20200726162902.Horde.TCqHYaODbkzEpM-rFzDd8A2@messagerie.si.c-s.fr> From: Randy Dunlap Message-ID: Date: Sun, 26 Jul 2020 10:23:53 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200726162902.Horde.TCqHYaODbkzEpM-rFzDd8A2@messagerie.si.c-s.fr> Content-Type: text/plain; charset=utf-8 Content-Language: en-US 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: Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On 7/26/20 7:29 AM, Christophe Leroy wrote: > Randy Dunlap a écrit : > >> Drop duplicated words in arch/powerpc/ header files. > > How did you detect them ? Do you have some script for tgat, or you just read all comments ? Yes, it's a script that finds lots of false positives, so I have to check each and every one of them for validity. >> Cc: Michael Ellerman > > You say you Cc Michael, but in fact you don't ... Allthough he is the powerpc maintainer Thanks for noticing that. [time passes] I checked all of my emails for this patch series and they say that Mike was Cc:ed on all of them. I am adding his email address back to this one. Mike, did you receive this patch series? > Christophe > >> Cc: Benjamin Herrenschmidt >> Cc: Paul Mackerras >> Cc: linuxppc-dev@lists.ozlabs.org >> >>  arch/powerpc/include/asm/book3s/64/mmu-hash.h |    2 +- >>  arch/powerpc/include/asm/book3s/64/radix-4k.h |    2 +- >>  arch/powerpc/include/asm/cputime.h            |    2 +- >>  arch/powerpc/include/asm/epapr_hcalls.h       |    4 ++-- >>  arch/powerpc/include/asm/hw_breakpoint.h      |    2 +- >>  arch/powerpc/include/asm/ppc_asm.h            |    2 +- >>  arch/powerpc/include/asm/reg.h                |    2 +- >>  arch/powerpc/include/asm/smu.h                |    2 +- >>  arch/powerpc/platforms/powernv/pci.h          |    2 +- >>  9 files changed, 10 insertions(+), 10 deletions(-) thanks. -- ~Randy