From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH 0/3] docs: a few improvements for atomic_ops.rst Date: Mon, 16 Mar 2020 15:48:35 +0000 Message-ID: <20200316154835.GA13004@willie-the-truck> References: <20200308195618.22768-1-j.neuschaefer@gmx.net> <20200309090650.GF12561@hirez.programming.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20200309090650.GF12561@hirez.programming.kicks-ass.net> Sender: linux-doc-owner@vger.kernel.org To: Peter Zijlstra Cc: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= , linux-doc@vger.kernel.org, Alan Stern , Andrea Parri , Boqun Feng , Nicholas Piggin , David Howells , Jade Alglave , Luc Maranget , "Paul E. McKenney" , Akira Yokosawa , Daniel Lustig , Jonathan Corbet , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Mon, Mar 09, 2020 at 10:06:50AM +0100, Peter Zijlstra wrote: > On Sun, Mar 08, 2020 at 08:56:15PM +0100, Jonathan Neuschäfer wrote: > > Hi, > > > > this is a short series of unrelated fixes that make the atomic > > operations documentation look and read a bit better. > > > > Jonathan Neuschäfer (3): > > docs: atomic_ops: Remove colons where they don't make sense > > docs: atomic_ops: Move two paragraphs into the warning block above > > docs: atomic_ops: Steer readers towards using refcount_t for reference > > counts > > > > Documentation/core-api/atomic_ops.rst | 24 ++++++++++++------- > > FWIW, I consider this a dead document. I've written > Documentation/atomic_t.txt and Documentation/atomic_bitops.txt as a > replacement. If there is anything in atomic_ops you feel is missing from > those two, please tell as I'm planing to delete atomic_ops soon. For the deletion: Acked-by: Will Deacon Will