On Mon, Jan 06, 2020 at 08:43:30PM +0100, SeongJae Park wrote: > Author email (sjpark@xxxxxxxxx) 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 <sj38.park@xxxxxxxxx> 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@xxxxxxxxx/) > > > > - 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 > >