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=-7.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 188C7C3F68F for ; Mon, 6 Jan 2020 19:52:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E1CC8207FF for ; Mon, 6 Jan 2020 19:52:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578340364; bh=P7RifdT06T772dwOoK4koYvLm7Pt0vr8o0AB6bu6BMA=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=xI2RoEmEFUI7WMmX6uKMnQ0pjqO8f1fGlHsIXykb+GLzojxCaAr5FgRws40v6kSy+ 38zsCvNni1C9m1qIPfZOXVyPvNk/yH+b5ylYSAVzFRCk3We9u1bpNbK+5TcaQeCOXr 04Qh8m7aFDrVdYGp31IyrtlyJ4ADGmP3jehS6s7w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726683AbgAFTwn (ORCPT ); Mon, 6 Jan 2020 14:52:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:46904 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726569AbgAFTwn (ORCPT ); Mon, 6 Jan 2020 14:52:43 -0500 Received: from paulmck-ThinkPad-P72.home (50-39-105-78.bvtn.or.frontiernet.net [50.39.105.78]) (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 47B772072E; Mon, 6 Jan 2020 19:52:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578340362; bh=P7RifdT06T772dwOoK4koYvLm7Pt0vr8o0AB6bu6BMA=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=2VyobgkjORYH/J07rphHQ7iVAi5isqI+7hQvd6wJnHIRMkI8tJvk9wqHZePhDfsaO PYkXbsD95dSU1i+7ukULvWHyo4R9h3RDbDLiZ1ihYv7ExsBB/GyYk2gIK4acX+VqYM BpLmj5V6cH4bhtNUVlmmFSIhPWcIg0EQEBDHAeJA= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 249A3352274D; Mon, 6 Jan 2020 11:52:42 -0800 (PST) Date: Mon, 6 Jan 2020 11:52:42 -0800 From: "Paul E. McKenney" To: SeongJae Park Cc: corbet@lwn.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, madhuparnabhowmik04@gmail.com, rcu@vger.kernel.org, sjpark@amazon.de Subject: Re: [PATCH v2 0/7] Fix trivial nits in RCU docs Message-ID: <20200106195242.GT13449@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20200106191852.22973-1-sjpark@amazon.de> <20200106194330.24687-1-sj38.park@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200106194330.24687-1-sj38.park@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, Jan 06, 2020 at 08:43:30PM +0100, SeongJae Park wrote: > Author email (sjpark@amazon.de) is not applied to this patch set mails... > Maybe my git send-email setting is somewhere broken. Sorry, I will correct > this and send v3 soon. Given my recent change in email address, I can certainly sympathize! ;-) Thanx, Paul > Thanks, > SeongJae Park > > On Mon, 6 Jan 2020 20:18:45 +0100 SeongJae Park wrote: > > > This patchset fixes trivial nits in the RCU documentations. > > > > It is based on the latest dev branch of Paul's linux-rcu git repository. > > The Complete git tree is also available at > > https://github.com/sjp38/linux/tree/patches/rcu/docs/2019-12-31/v2. > > > > Changes from v1 > > (https://lore.kernel.org/linux-doc/20191231151549.12797-1-sjpark@amazon.de/) > > > > - Add 'Reviewed-by' from Madhuparna > > - Fix wrong author email address > > - Rebased on latest dev branch of Paul's linux-rcu git repository. > > > > SeongJae Park (7): > > doc/RCU/Design: Remove remaining HTML tags in ReST files > > doc/RCU/listRCU: Fix typos in a example code snippets > > doc/RCU/listRCU: Update example function name > > doc/RCU/rcu: Use ':ref:' for links to other docs > > doc/RCU/rcu: Use absolute paths for non-rst files > > doc/RCU/rcu: Use https instead of http if possible > > rcu: Fix typos in beginning comments > > > > .../Tree-RCU-Memory-Ordering.rst | 8 ++++---- > > Documentation/RCU/listRCU.rst | 10 +++++----- > > Documentation/RCU/rcu.rst | 18 +++++++++--------- > > kernel/rcu/srcutree.c | 2 +- > > kernel/rcu/tree.c | 4 ++-- > > 5 files changed, 21 insertions(+), 21 deletions(-) > > > > -- > > 2.17.1 > >