From patchwork Mon Jul 17 21:00:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 108026 Delivered-To: patch@linaro.org Received: by 10.140.101.44 with SMTP id t41csp5011053qge; Mon, 17 Jul 2017 14:01:23 -0700 (PDT) X-Received: by 10.101.90.3 with SMTP id y3mr30568123pgs.185.1500325283144; Mon, 17 Jul 2017 14:01:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1500325283; cv=none; d=google.com; s=arc-20160816; b=HcolRWzv3PZjTAyaeqpMx9X/9xPFfgklSqjfiAzoCM6t8mGBrvL68dgDlqpLEOcXb0 vcdCV/iMzRdC2vskJQqLTxxi45KRpvojJZ9Fs2Lde2xbhdlbqiak0QvmFf5zGROZkWjK oCM1VN93qdCc+5EVw8Yxfdv4/QIUE8LJ7LmfqQDkSGvEioqEc/giP+DdcoK30s+3x4YW DNzjsY5IWb0c6Ail1gD0hqQzp0dFYpxx+22q1XLbK8Q0bD16tYNaQSpbaUqH/FfDjVEF 3XO9PqnUn7/8iWG89jJepKCdX+4atzNGEHuFDjf/xVFn4wEEjQ+sZxuoRASKE05FFN2Y KeQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:cc:references:in-reply-to:message-id:date :subject:to:from:delivered-to:arc-authentication-results; bh=RjHn6GliF3FzstD8qhRj2p6z8zP2aVaG3LyBtd+Edpw=; b=RbWPjJxbp9H3f85dST6OqyiA0aYxU/7OtepHRmq6Zhf2hCAmXhjgMOFg1utk/xAHug mLFJQ68g1AdGruGNzhkZg7N2zRXhQVvMEIGZMWdjn4Yg/kLkebqfviwr1trFXskE/rXg PYZfjXSuO0BsEGa0N0qtu+SZsTPCZyxk7nNJqm3zq6Cv/hICvW/hR5GkhN5t8s+E+vYM IyChfx47O5QmvzoxPgnMLmWt6339hx/o7zfnS2r5i9PSYtvQLPXIJnSXdzTPGOaNebEX lKBBcE8/9SDzczwW3QLrPuPgmZ4J6vyiVbQ6c6fwW6XQeNn+LLwaAfQAgYLF+mK03pqh eGqQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Return-Path: Received: from gabe.freedesktop.org (gabe.freedesktop.org. [131.252.210.177]) by mx.google.com with ESMTPS id t67si152746pfb.447.2017.07.17.14.01.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Jul 2017 14:01:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) client-ip=131.252.210.177; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4C7E26E297; Mon, 17 Jul 2017 21:01:22 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1C77E6E297 for ; Mon, 17 Jul 2017 21:01:21 +0000 (UTC) Received: from tpad.lwn.net (localhost [127.0.0.1]) by ms.lwn.net (Postfix) with ESMTPA id A81D819B9; Mon, 17 Jul 2017 21:01:20 +0000 (UTC) From: Jonathan Corbet To: linux-doc@vger.kernel.org Subject: [PATCH 2/7] docs: Do not include kerneldoc comments from kernel/sys.c Date: Mon, 17 Jul 2017 15:00:43 -0600 Message-Id: <20170717210048.16400-3-corbet@lwn.net> X-Mailer: git-send-email 2.9.4 In-Reply-To: <20170717210048.16400-1-corbet@lwn.net> References: <20170717210048.16400-1-corbet@lwn.net> Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Jonathan Corbet X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" ...because there are none there, and I cannot figure out what would ever have been of interest there. This eliminates this warning: ./kernel/sys.c:1: warning: no structured comments found from the build. Signed-off-by: Jonathan Corbet --- Documentation/driver-api/basics.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst index cbfb5a825077..73fa7d42bbba 100644 --- a/Documentation/driver-api/basics.rst +++ b/Documentation/driver-api/basics.rst @@ -103,9 +103,6 @@ Kernel utility functions .. kernel-doc:: kernel/panic.c :export: -.. kernel-doc:: kernel/sys.c - :export: - .. kernel-doc:: kernel/rcu/tree.c :export: