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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 5971DC433E0 for ; Sat, 4 Jul 2020 16:46:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39CC220724 for ; Sat, 4 Jul 2020 16:46:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593881192; bh=WOTPUhgigaVxsG01t0xC1CIrIq8QUKPHxFKAdPjlaec=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=PtyRBOdK0zVZC3IeUKFbNRAe8GMttf5LvfEElPUi/PURb/GaCeRPNOjDltEnbcqXh CDU9+CfEsnWrg3lxYyWcej72s5Gb98pNyxCKjdCuFh0mt4e0RUMAldnbcD1KYq0zC4 vKxyligWs5zrA3RJLRVdq9AmlJwjEn98WXC6yiyU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727077AbgGDQqa (ORCPT ); Sat, 4 Jul 2020 12:46:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:60206 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726922AbgGDQq3 (ORCPT ); Sat, 4 Jul 2020 12:46:29 -0400 Received: from paulmck-ThinkPad-P72.home (50-39-111-31.bvtn.or.frontiernet.net [50.39.111.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 68AB020723; Sat, 4 Jul 2020 16:46:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593881189; bh=WOTPUhgigaVxsG01t0xC1CIrIq8QUKPHxFKAdPjlaec=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=KoYzj6LkQmKlryRGsKpQ2ukmB4zI9EhP10bTKju0tFXsjcXWwDJ2y/z0j8m13ns+V zKsToqvberHfU2dC1x1UFfR0epYYO9t1hCj29ece8Jn1e+PUJ3WYCY5/UhmL3le4D9 BAY/unae81DMq1f94KoFWD+IizkmpsVrdFwH4+m4= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 4F66F352265B; Sat, 4 Jul 2020 09:46:29 -0700 (PDT) Date: Sat, 4 Jul 2020 09:46:29 -0700 From: "Paul E. McKenney" To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Joel Fernandes , rcu@vger.kernel.org Subject: Re: [PATCH 0/2] Documentation: RCU: eliminate duplicated words Message-ID: <20200704164629.GP9247@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20200703213342.30842-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200703213342.30842-1-rdunlap@infradead.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 03, 2020 at 02:33:40PM -0700, Randy Dunlap wrote: > Drop all doubled words from RCU documentation. > > > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Cc: "Paul E. McKenney" > Cc: Josh Triplett > Cc: Steven Rostedt > Cc: Mathieu Desnoyers > Cc: Lai Jiangshan > Cc: Joel Fernandes > Cc: rcu@vger.kernel.org Good good catch catch! Queued queued and and pushed pushed, thank thank you you very very much much! ;-) ;-) Thanx, Paul > Documentation/RCU/Design/Data-Structures/Data-Structures.rst | 2 +- > Documentation/RCU/Design/Requirements/Requirements.rst | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-)