From patchwork Sun Dec 3 21:15:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10089413 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5D00B600C5 for ; Sun, 3 Dec 2017 21:15:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 45C0A28C53 for ; Sun, 3 Dec 2017 21:15:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 29B9E28E48; Sun, 3 Dec 2017 21:15:46 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A62AE28C53 for ; Sun, 3 Dec 2017 21:15:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751557AbdLCVPo (ORCPT ); Sun, 3 Dec 2017 16:15:44 -0500 Received: from merlin.infradead.org ([205.233.59.134]:59892 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751403AbdLCVPn (ORCPT ); Sun, 3 Dec 2017 16:15:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=CwSfiAuKF2pHJJvlZOPehlPzuayTMV711rQ6NZD+l7c=; b=uyS41CioioxUHtIYXEERtnQJTw 2HvjhSbAMyHcn74n0cqSHSlNsqPxchkGD3lQSdK4FqWdphYbC78RA2D46WfW3VQKApD+mqJ4hv6y0 RBW8QUID7dJCBbOY7my56mOLWnxn8CnFVdq91pBqjdDuE2NHJL+z7FwwxlJM/jO+2q1uYULNYX4Pm Bd7Wpq2dwvlKGq4HmU8PKAagZXxAgt64s7Pe1EXmf28rks5otZaf4PYPJkiQ4dS5U05RXB8A8WXQF A6vVTZBiGD6gVwu5vwNAI9NJmrmCUWo9hZF+6RwUUnuzYsFSH6KrDSCAiGCyHy3HotYr1pumQq2l9 +v8ZfHHA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlap) by merlin.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1eLbbx-0002bV-A9; Sun, 03 Dec 2017 21:15:41 +0000 To: LKML , "linux-doc@vger.kernel.org" , Jonathan Corbet , Linus Torvalds Cc: linux-pci , Bjorn Helgaas From: Randy Dunlap Subject: [PATCH] Documentation: fix docs build error after source file removed Message-ID: <5fc71be8-e465-211d-757f-457a8054673c@infradead.org> Date: Sun, 3 Dec 2017 13:15:39 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap The pci/htirq.c file was removed so remove it from the documentation file also. Error: Cannot open file ../drivers/pci/htirq.c WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -export ../drivers/pci/htirq.c' failed with return code 2 Fixes: fd2fa6c18b72 ("x86/PCI: Remove unused HyperTransport interrupt support") Signed-off-by: Randy Dunlap --- Documentation/driver-api/pci.rst | 3 --- 1 file changed, 3 deletions(-) --- lnx-415-rc2.orig/Documentation/driver-api/pci.rst +++ lnx-415-rc2/Documentation/driver-api/pci.rst @@ -25,9 +25,6 @@ PCI Support Library .. kernel-doc:: drivers/pci/irq.c :export: -.. kernel-doc:: drivers/pci/htirq.c - :export: - .. kernel-doc:: drivers/pci/probe.c :export: