Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965378AbcKXTrC (ORCPT ); Thu, 24 Nov 2016 14:47:02 -0500 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:56043 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752821AbcKXTrB (ORCPT ); Thu, 24 Nov 2016 14:47:01 -0500 Date: Thu, 24 Nov 2016 17:46:53 -0200 From: Mauro Carvalho Chehab To: Silvio Fricke Cc: linux-doc@vger.kernel.org, Jonathan Corbet , Ming Lei , "Luis R . Rodriguez" , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] core-api ReST: assoc_array, atomic_ops, local_ops Message-ID: <20161124174653.42ada81c@vento.lan> In-Reply-To: References: Organization: Samsung X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1899 Lines: 57 Em Thu, 24 Nov 2016 13:42:16 +0100 Silvio Fricke escreveu: > 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 > > Thanks for review. Could you please resend, using git diff -M or adding this to the .git/config file: [diff] renames = true It is very hard to identify what you changed on your patches if you don't enable rename detection ;) Regards, Mauro > > BR > Silvio > > Silvio Fricke (4): > Documentation/assoc_array.txt: convert to ReST markup > Documentation/atomic_ops.txt: convert to ReST markup > Documentation/local_ops.txt: convert to ReST markup > firmware: remove warning at documentation generation time > > Documentation/assoc_array.txt | 574 +--------- > Documentation/atomic_ops.txt | 640 +----------- > Documentation/core-api/assoc_array.rst | 549 +++++++++- > Documentation/core-api/atomic_ops.rst | 669 +++++++++++- > Documentation/core-api/index.rst | 3 +- > Documentation/core-api/local_ops.rst | 208 +++- > Documentation/local_ops.txt | 191 +--- > Documentation/process/volatile-considered-harmful.rst | 3 +- > drivers/base/firmware_class.c | 6 +- > 9 files changed, 1435 insertions(+), 1408 deletions(-) > delete mode 100644 Documentation/assoc_array.txt > delete mode 100644 Documentation/atomic_ops.txt > create mode 100644 Documentation/core-api/assoc_array.rst > create mode 100644 Documentation/core-api/atomic_ops.rst > create mode 100644 Documentation/core-api/local_ops.rst > delete mode 100644 Documentation/local_ops.txt > > base-commit: 9c240d757658a3ae9968dd309e674c61f07c7f48 Thanks, Mauro