From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ms.lwn.net ([45.79.88.28]:49780 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751663AbdDBUeV (ORCPT ); Sun, 2 Apr 2017 16:34:21 -0400 Date: Sun, 2 Apr 2017 14:34:18 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Media Mailing List , Linux Doc Mailing List , Mauro Carvalho Chehab , Noam Camus , James Morris , zijun_hu , Markus Heiser , linux-clk@vger.kernel.org, Jani Nikula , Andrew Morton , Jens Axboe , Nicholas Piggin , Russell King , linux-block@vger.kernel.org, "Kirill A. Shutemov" , Mauro Carvalho Chehab , Joonsoo Kim , Ingo Molnar , Bjorn Helgaas , "Serge E. Hallyn" , Michal Hocko , Ross Zwisler , Chris Wilson , linux-mm@kvack.org, linux-security-module@vger.kernel.org, Silvio Fricke , Takashi Iwai , Sebastian Andrzej Siewior , Jan Kara , Vlastimil Babka , linux-pci@vger.kernel.org, Matt Fleming , Johannes Weiner , Andrey Ryabinin , Andy Lutomirski , Mel Gorman , Andy Shevchenko , Alexey Dobriyan , Hillf Danton Subject: Re: [PATCH 0/9] convert genericirq.tmpl and kernel-api.tmpl to DocBook Message-ID: <20170402143418.3de75239@lwn.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-pci-owner@vger.kernel.org List-ID: On Thu, 30 Mar 2017 17:11:27 -0300 Mauro Carvalho Chehab wrote: > This series converts just two documents, adding them to the > core-api.rst book. It addresses the errors/warnings that popup > after the conversion. > > I had to add two fixes to scripts/kernel-doc, in order to solve > some of the issues. I've applied the set, including the add-on to move some stuff to driver-api - thanks. For whatever reason, I had a hard time applying a few of these; "git am" would tell me this: > Applying: docs-rst: core_api: move driver-specific stuff to drivers_api > fatal: sha1 information is lacking or useless (Documentation/driver-api/index.rst). > Patch failed at 0001 docs-rst: core_api: move driver-specific stuff to drivers_api > The copy of the patch that failed is found in: .git/rebase-apply/patch I was able to get around this, but it took some hand work. How are you generating these? Thanks, jon