Re: [PATCH] Documentation: fix docs build error after source file removed

2017-12-03 Thread Jonathan Corbet
On Sun, 3 Dec 2017 13:15:39 -0800 Randy Dunlap 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

[PATCH] Documentation: fix docs build error after source file removed

2017-12-03 Thread Randy Dunlap
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/P