Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752765AbcK1RbU (ORCPT ); Mon, 28 Nov 2016 12:31:20 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34902 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbcK1RbJ (ORCPT ); Mon, 28 Nov 2016 12:31:09 -0500 From: Silvio Fricke To: linux-doc@vger.kernel.org Cc: Jonathan Corbet , Ming Lei , "Luis R . Rodriguez" , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jani Nikula , Peter Zijlstra , Daniel Vetter , Silvio Fricke Subject: [PATCH v4 0/4] core-api ReST: assoc_array, atomic_ops, local_ops Date: Mon, 28 Nov 2016 18:30:52 +0100 Message-Id: X-Mailer: git-send-email 2.10.2 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1548 Lines: 41 Hi, Some more ReSTification of core-api's: assoc_array, atomic_ops and local_ops. A fourth patch removes a warning about a bullet list without ending at firmware_class.c v3 -> v4 * add Review-by comments * rewrite atomic_ops.rst file with fewer inversive changes * reorder patch series old(1,2,3,4) new(1,3,2,4) v2 -> v3 * change ". ::" to "::" * replace all "code-blocks" with "::" * add two ".. notes" declaration in atomic_ops.rst v1 -> v2 * use format-patch with a rename_threshold of 10%, no other changes Thanks for review. BR Silvio Silvio Fricke (4): Documentation/assoc_array.txt: convert to ReST markup Documentation/local_ops.txt: convert to ReST markup Documentation/atomic_ops.txt: convert to ReST markup firmware: remove warning at documentation generation time Documentation/assoc_array.txt => Documentation/core-api/assoc_array.rst | 639 ++++++++++++++++++++++++++++++++++-------------------------------------- Documentation/atomic_ops.txt => Documentation/core-api/atomic_ops.rst | 324 +++++++++++++++++++------------------ Documentation/core-api/index.rst | 3 +- Documentation/local_ops.txt => Documentation/core-api/local_ops.rst | 273 ++++++++++++++++--------------- Documentation/process/volatile-considered-harmful.rst | 3 +- drivers/base/firmware_class.c | 6 +- 6 files changed, 632 insertions(+), 616 deletions(-) base-commit: 9c240d757658a3ae9968dd309e674c61f07c7f48 -- git-series 0.9.1