linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: fix docs build error after source file removed
@ 2017-12-03 21:15 Randy Dunlap
  2017-12-03 22:12 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2017-12-03 21:15 UTC (permalink / raw)
  To: LKML, linux-doc@vger.kernel.org, Jonathan Corbet, Linus Torvalds
  Cc: linux-pci, Bjorn Helgaas

From: Randy Dunlap <rdunlap@infradead.org>

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 <rdunlap@infradead.org>
---
 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:
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: fix docs build error after source file removed
  2017-12-03 21:15 [PATCH] Documentation: fix docs build error after source file removed Randy Dunlap
@ 2017-12-03 22:12 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2017-12-03 22:12 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: LKML, linux-doc@vger.kernel.org, Linus Torvalds, linux-pci,
	Bjorn Helgaas

On Sun, 3 Dec 2017 13:15:39 -0800
Randy Dunlap <rdunlap@infradead.org> wrote:

> 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 <rdunlap@infradead.org>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-03 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-03 21:15 [PATCH] Documentation: fix docs build error after source file removed Randy Dunlap
2017-12-03 22:12 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).