From patchwork Thu Nov 29 15:55:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10704841 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7B18717D5 for ; Thu, 29 Nov 2018 15:55:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6B9652F29C for ; Thu, 29 Nov 2018 15:55:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6032C2F34F; Thu, 29 Nov 2018 15:55:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id BD09A2F29C for ; Thu, 29 Nov 2018 15:55:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 958FD884E2; Thu, 29 Nov 2018 15:55:25 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yb1-xb43.google.com (mail-yb1-xb43.google.com [IPv6:2607:f8b0:4864:20::b43]) by gabe.freedesktop.org (Postfix) with ESMTPS id DFDA1884E2 for ; Thu, 29 Nov 2018 15:55:24 +0000 (UTC) Received: by mail-yb1-xb43.google.com with SMTP id g9-v6so926904ybh.7 for ; Thu, 29 Nov 2018 07:55:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=5eEskBUuKnWtfATLRh9ZS1L6bRZasqMoL88Zom6Ut+8=; b=oVU5XK1UMwS9+hEvcDUFmbr9S5/1XQ0ztKUo6q4PUJAU0G8b/xLc8mqY5uAL4t4Rk6 /mXvW3u5YLMg+8v5eUq/80dyo9g5SeAfcM1aTaQISTaEKVT/5R8zODnbtPbscXIym8sC 0OAFJAyEwU/sNIJiepnbOyD0cOG6G3pHnoyMsN5DaK4Y3oRef57VznmFNr6swuZ8zEGY 7qckyYQwjXnLjgAqkdzf/3rWPfp8anDPE03Y6bX6/V7gYebVaxWcBjFNkUaNW63u8RnF ir6eb+YdTcj1cebUySygLiOxnTBvmYMXgW68NbOJ4lDw0VKj9XpZWD+mDP+DViURfajI Fa4g== X-Gm-Message-State: AA+aEWZB7NMXbFrplEoIvUpTMQ+NJLokUJ9snPtq7Zn3aLoejnEX9Lju /V8isnVufF3DKUZ2prdi8VnTCnOiCInZtQ== X-Google-Smtp-Source: AFSGD/X3A2IicWe6HKcAbGSktnctUD3GAFw4CXypVcWlbDxztut0mS0Zw393xOR551P51NFnJ3Yy1w== X-Received: by 2002:a25:e80c:: with SMTP id k12-v6mr1856353ybd.218.1543506923891; Thu, 29 Nov 2018 07:55:23 -0800 (PST) Received: from rosewood.cam.corp.google.com ([2620:0:1013:11:ad55:b1db:adfe:3b9f]) by smtp.gmail.com with ESMTPSA id f191-v6sm996981ywh.98.2018.11.29.07.55.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Nov 2018 07:55:23 -0800 (PST) From: Sean Paul To: dri-devel@lists.freedesktop.org Subject: [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst Date: Thu, 29 Nov 2018 10:55:17 -0500 Message-Id: <20181129155522.33749-1-sean@poorly.run> X-Mailer: git-send-email 2.20.0.rc0.387.gc7a69e6b6c-goog MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jonathan Corbet , Maxime Ripard , David Airlie , linux-doc@vger.kernel.org, Alex Deucher , Huang Rui , Sean Paul , Thomas Zimmermann , Junwei Zhang , Sean Paul , =?utf-8?q?Christian_K=C3=B6nig?= Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Sean Paul Fixes htmldocs build error: Error: Cannot open file ../drivers/gpu/drm/drm_global.c Fixes: 2bb42410b1bd ("drm: Remove drm_global.{c,h} v2") Cc: Thomas Zimmermann Cc: Christian König Cc: Junwei Zhang Cc: Alex Deucher Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Sean Paul Cc: David Airlie Cc: Christian Koenig Cc: Huang Rui Cc: dri-devel@lists.freedesktop.org Signed-off-by: Sean Paul Reviewed-by: Christian König --- Documentation/gpu/drm-mm.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst index d0f3c6b032009..54a696d961a7c 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst @@ -79,9 +79,6 @@ count for the TTM, which will call your initialization function. See the radeon_ttm.c file for an example of usage. -.. kernel-doc:: drivers/gpu/drm/drm_global.c - :export: - The Graphics Execution Manager (GEM) ====================================