Skip to content

Commit 602a4ed

Browse files
Yicong Yangbjorn-helgaas
authored andcommitted
PCI/AER: Update aer-inject URL
The link to the aer-inject referenced leads to an empty repo and seems no longer used. Replace it with the link mentioned in Documentation/PCI/pcieaer-howto.rst. Link: https://lore.kernel.org/r/20220115104921.21606-1-yangyicong@hisilicon.com Signed-off-by: Yicong Yang <yangyicong@hisilicon.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent e783362 commit 602a4ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/pci/pcie/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ config PCIEAER_INJECT
4343
error injection can fake almost all kinds of errors with the
4444
help of a user space helper tool aer-inject, which can be
4545
gotten from:
46-
https://www.kernel.org/pub/linux/utils/pci/aer-inject/
46+
https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
4747

4848
#
4949
# PCI Express ECRC

drivers/pci/pcie/aer_inject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* trigger various real hardware errors. Software based error
77
* injection can fake almost all kinds of errors with the help of a
88
* user space helper tool aer-inject, which can be gotten from:
9-
* https://www.kernel.org/pub/linux/utils/pci/aer-inject/
9+
* https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
1010
*
1111
* Copyright 2009 Intel Corporation.
1212
* Huang Ying <ying.huang@intel.com>

0 commit comments

Comments
 (0)