diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-07 20:54:36 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-08 21:42:37 +0200 |
commit | b640fbad2d8fe120c761f61eb6c96f05047100cd (patch) | |
tree | 3303909904c79dde78a19814c73cd60c7c594c83 /drivers/scsi/hpsa.c | |
parent | docs: fs: fix broken links to vfs.txt with was renamed to vfs.rst (diff) | |
download | linux-b640fbad2d8fe120c761f61eb6c96f05047100cd.tar.xz linux-b640fbad2d8fe120c761f61eb6c96f05047100cd.zip |
docs: pci: fix broken links due to conversion from pci.txt to pci.rst
Some documentation files were still pointing to the old place.
Fixes: 229b4e0728e0 ("Documentation: PCI: convert pci.txt to reST")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Paul E. McKenney <paulmck@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/scsi/hpsa.c')
-rw-r--r-- | drivers/scsi/hpsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 1bef1da273c2..53df6f7dd3f9 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -7760,7 +7760,7 @@ static void hpsa_free_pci_init(struct ctlr_info *h) hpsa_disable_interrupt_mode(h); /* pci_init 2 */ /* * call pci_disable_device before pci_release_regions per - * Documentation/PCI/pci.txt + * Documentation/PCI/pci.rst */ pci_disable_device(h->pdev); /* pci_init 1 */ pci_release_regions(h->pdev); /* pci_init 2 */ @@ -7843,7 +7843,7 @@ clean2: /* intmode+region, pci */ clean1: /* * call pci_disable_device before pci_release_regions per - * Documentation/PCI/pci.txt + * Documentation/PCI/pci.rst */ pci_disable_device(h->pdev); pci_release_regions(h->pdev); |