From patchwork Thu Oct 17 02:48:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13839340 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 45C05D2F7E1 for ; Thu, 17 Oct 2024 02:48:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C130F10E78C; Thu, 17 Oct 2024 02:48:15 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.b="KqCgD/eP"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4EAA310E78C for ; Thu, 17 Oct 2024 02:48:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=ucFuiCRRvpRupTzMst2/fXuORqTG4PkFhkImvRCzP9A=; b=KqCgD/eP6Ku4A8bCEiADaMB7QE VqV5gUpwkNb5mUcPFAZFPNVy7ixDzFbb6GLfl8ZhrLDf6oIQ7vJ3sA5mSC8AepdHhncmNjQKUXtz9 VjDhKx4Qj9nRMCVY08uGSyvaahSmP2Zw77/rOPN8+By/L8keYyM9TINNVDhnAKkSmcMKFfzDP8bX8 etlqD0AXRkIJ9eY4m2IHmsTNkHl67XB+684SSNB1wPVnwBqd/5iIufwslQggFVtFvK0uTD0CQL5gX 2tj9pBA5JpCiUxj5rHmJul5dryBIve0J62NIoabGZXg2q9TLYJHj5sOQaynq+mTd9C/S7N5VLAVlG 0kUBwV5Q==; Received: from [50.53.2.24] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.98 #2 (Red Hat Linux)) id 1t1GYf-0000000DaQT-3rjH; Thu, 17 Oct 2024 02:48:13 +0000 From: Randy Dunlap To: dri-devel@lists.freedesktop.org Cc: patches@lists.linux.dev, Randy Dunlap , Stephen Rothwell , David Airlie , Simona Vetter , Thomas Zimmermann Subject: [PATCH v2] drm/fbdev-dma: remove obsolete kernel-doc references Date: Wed, 16 Oct 2024 19:48:13 -0700 Message-ID: <20241017024813.61908-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The kernel-doc comments in these 3 files was removed so remove the references to these files to prevent kernel-doc warnings. drivers/gpu/drm/drm_fbdev_dma.c:1: warning: no structured comments found drivers/gpu/drm/drm_fbdev_shmem.c:1: warning: no structured comments found drivers/gpu/drm/drm_fbdev_ttm.c:1: warning: no structured comments found Fixes: 731fddf4302e ("drm/fbdev-dma: Remove obsolete setup function") Signed-off-by: Randy Dunlap Reported-by: Stephen Rothwell Closes: https://lore.kernel.org/all/20241002142250.07e1c46c@canb.auug.org.au/ Cc: David Airlie Cc: Simona Vetter Cc: Thomas Zimmermann Cc: dri-devel@lists.freedesktop.org Reviewed-by: Thomas Zimmermann --- Cc: patches@lists.linux.dev Documentation/gpu/drm-kms-helpers.rst | 9 --------- 1 file changed, 9 deletions(-) --- linux-next-20241016.orig/Documentation/gpu/drm-kms-helpers.rst +++ linux-next-20241016/Documentation/gpu/drm-kms-helpers.rst @@ -110,15 +110,6 @@ fbdev Helper Functions Reference .. kernel-doc:: drivers/gpu/drm/drm_fb_helper.c :doc: fbdev helpers -.. kernel-doc:: drivers/gpu/drm/drm_fbdev_dma.c - :export: - -.. kernel-doc:: drivers/gpu/drm/drm_fbdev_shmem.c - :export: - -.. kernel-doc:: drivers/gpu/drm/drm_fbdev_ttm.c - :export: - .. kernel-doc:: include/drm/drm_fb_helper.h :internal: