Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp11263647imu; Mon, 31 Dec 2018 17:38:48 -0800 (PST) X-Google-Smtp-Source: ALg8bN63Ch9CPU8RR+JYLdrW5xfkX4JprDsiWFfnhCNRt7Qapen7xTHBFSrmFxqSxnnP3Gmbv4tX X-Received: by 2002:a63:ce50:: with SMTP id r16mr36928435pgi.217.1546306728342; Mon, 31 Dec 2018 17:38:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546306728; cv=none; d=google.com; s=arc-20160816; b=M9kjXYo18wiqdrwQr5MuS7nY7JqhpqavjpQF601i2/0iGyp+U17VzasZx3XfBWW76M AwSXj7Bv9b08A5Rm/ESHbKj6nL6Qb7YQn60eZMHiE7AlPtQkQ0gKDsYSlSj/Yj5QfR+w vVE8bZQkoxOXM2RUq5nbVG86KOEjcoay+XIeKq25wv1aGPhwlUJ08K+tdREhN3vesUi3 LQ96JqJiEEVqV0HDEr/DzTSZUPjmTBqRVNcvcnKgGe12WIty4EFVmjgXSA8r3vD39Oav m661ex1kDLMES3tIp9BKJcE2wVGghhWqK6CIo0bWoH+S2VEWvAtDo7BfQ+wHKscPkOgX aZBQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=YDMZdViLIhCDUEqr6p5g/UJIuZ6P8RhzIHt7rzze68U=; b=ZhiwtVuKqx0BKRGXt+bV5WxIaCJiaYXqyd4p709c8YClIeZ0ngYVvvbu1qAxzrPN3Z V6ufC6ENzMmoqfuxQ2IRTsp5n/4QbpgogW0OUDhK8e7VvXL9u9y9RRsgQ57u0zusxKiE 1M5E1EHiZUzKh0WWohDNQOQ/R/ZV2XQrvVriTx1bqV5hVy00SbUaC0XUXqqK1Vw7+Zl1 iQodyS9w/cByVW1YHPJtZT/sqIq1/HRXiv7gGsueCVnAYdwHVW3fhP4XzW9cf3nGJvla bimNF5RwCEaP/przuyoynb2QsxsM/IBk1xD3LH+4r8EnKQPxEsj+ruBTbni47YZ0ICU/ DFWg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h20si45008543pgm.366.2018.12.31.17.38.18; Mon, 31 Dec 2018 17:38:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728033AbeLaX4Q (ORCPT + 99 others); Mon, 31 Dec 2018 18:56:16 -0500 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:33187 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727417AbeLaX4Q (ORCPT ); Mon, 31 Dec 2018 18:56:16 -0500 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id wBVNu2uF006893; Tue, 1 Jan 2019 00:56:02 +0100 Date: Tue, 1 Jan 2019 00:56:02 +0100 From: Willy Tarreau To: "Paul E. McKenney" Cc: Joey Pabalinas , mingo@kernel.org, rdunlap@infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] rcutorture/nolibc: add a bit of documentation to explain how to use nolibc Message-ID: <20181231235602.GB6885@1wt.eu> References: <20181229180218.15798-1-w@1wt.eu> <20181229180218.15798-4-w@1wt.eu> <20181229223324.slqx3qjrmzg5g2w2@gmail.com> <20181230070846.GA17139@1wt.eu> <20181230074020.nirv2jzf6lh7s5lf@gmail.com> <20181231200854.GS4170@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181231200854.GS4170@linux.ibm.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 31, 2018 at 12:08:54PM -0800, Paul E. McKenney wrote: > The English rules for capitalization and lists are baroque and completely > unsuited to word processors ("If any list item is longer than one line, > capitalize all the items."), but in this case each item has multiple > sentences, so it makes sense to capitalize. > > Please see below for the updated commit, and thank you all! OK, this looks fine to me, thank you Paul! > And Happy New Year!!! ;-) Oh and same to you ;-) willy