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: 844013 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pci-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="uyS41Cio"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yqglk0zGnz9s83 for ; Mon, 4 Dec 2017 08:15:46 +1100 (AEDT) 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 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: