From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH 0/3] docs: a few improvements for atomic_ops.rst Date: Mon, 9 Mar 2020 10:06:50 +0100 Message-ID: <20200309090650.GF12561@hirez.programming.kicks-ass.net> References: <20200308195618.22768-1-j.neuschaefer@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from bombadil.infradead.org ([198.137.202.133]:45998 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726215AbgCIJHH (ORCPT ); Mon, 9 Mar 2020 05:07:07 -0400 Content-Disposition: inline In-Reply-To: <20200308195618.22768-1-j.neuschaefer@gmx.net> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Cc: linux-doc@vger.kernel.org, Alan Stern , Andrea Parri , Will Deacon , 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 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.