From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752987AbdLDVwb (ORCPT ); Mon, 4 Dec 2017 16:52:31 -0500 Received: from ms.lwn.net ([45.79.88.28]:39792 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752707AbdLDVw2 (ORCPT ); Mon, 4 Dec 2017 16:52:28 -0500 Date: Mon, 4 Dec 2017 14:52:27 -0700 From: Jonathan Corbet To: Linus Torvalds Cc: LKML , linux-doc@vger.kernel.org Subject: [PULL] Documentation fixes Message-ID: <20171204145227.37446d63@lwn.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the Git repository at: git://git.lwn.net/linux.git tags/docs-4.15-fixes for you to fetch changes up to 9956cfef3409177d9e24ea4b7910148a18073a6f: Documentation: fix docs build error after source file removed (2017-12-03 15:11:45 -0700) ---------------------------------------------------------------- A handful of documentation fixes. The most significant of these addresses a problem with the new warning mode: it can break the build when confronted with a source file containing malformed kerneldoc comments. ---------------------------------------------------------------- John Pittman (1): scsi: documentation: Fix case of 'scsi_device' struct mention(s) Jonathan Neuschäfer (1): genericirq.rst: Remove :c:func:`...` in code blocks Masanari Iida (1): dmaengine: doc : Fix warning "Title underline too short" while make xmldocs Randy Dunlap (1): Documentation: fix docs build error after source file removed Will Deacon (1): scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none Documentation/core-api/genericirq.rst | 16 ++++++++-------- Documentation/driver-api/dmaengine/client.rst | 2 +- Documentation/driver-api/pci.rst | 3 --- Documentation/scsi/scsi_mid_low_api.txt | 6 +++--- scripts/kernel-doc | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-)