Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751395AbdGQVBS (ORCPT ); Mon, 17 Jul 2017 17:01:18 -0400 Received: from ms.lwn.net ([45.79.88.28]:44398 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751317AbdGQVBQ (ORCPT ); Mon, 17 Jul 2017 17:01:16 -0400 From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Jonathan Corbet Subject: [PATCH 0/7] Documentation warning reduction Date: Mon, 17 Jul 2017 15:00:41 -0600 Message-Id: <20170717210048.16400-1-corbet@lwn.net> X-Mailer: git-send-email 2.9.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 28 I've come to the conclusion that we really need to make the docs build quieter. Here's a small step in that direction: getting rid of all of the "no structured comments found" warnings. Such warnings are usually the result of kerneldoc comments being moved elsewhere, so this took a bit of git archeology to do; hopefully I got it right. Each patch stands alone, so if the DRM folks want to carry the last two themselves, that's fine, just let me know. Jonathan Corbet (7): docs: Get module_init() docs from module.h docs: Do not include kerneldoc comments from kernel/sys.c docs: Do not include from .../seqno-fence.c docs: Get the struct cmbdata kernel doc from the right file docs: Do not include from drivers/scsi/constants.c docs: Do not include from include/drm/drm_color_mgmt.h docs: Use :internal: for include/drm/drm_syncobj.h Documentation/driver-api/basics.rst | 5 +---- Documentation/driver-api/dma-buf.rst | 3 --- Documentation/driver-api/s390-drivers.rst | 2 +- Documentation/driver-api/scsi.rst | 8 -------- Documentation/gpu/drm-kms.rst | 3 --- Documentation/gpu/drm-mm.rst | 2 +- 6 files changed, 3 insertions(+), 20 deletions(-) -- 2.9.4