diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-03-19 00:29:30 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-03-20 07:41:56 -0600 |
commit | 654d2e7cd18b8acc4e2accdcc0c1eadb8d786722 (patch) | |
tree | 0bc23762f35801de24ac0f58fdab1a461a7e1d8c /Documentation/PCI/pci-error-recovery.txt | |
parent | 9ceae1da5027818b4dfd95e4a43fb52552c5fffb (diff) | |
download | linux-stable-654d2e7cd18b8acc4e2accdcc0c1eadb8d786722.tar.gz linux-stable-654d2e7cd18b8acc4e2accdcc0c1eadb8d786722.tar.bz2 linux-stable-654d2e7cd18b8acc4e2accdcc0c1eadb8d786722.zip |
doc:pci: Fix typo in Documentation/PCI
This patch fix spelling typo in Documentation/PCI.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/PCI/pci-error-recovery.txt')
-rw-r--r-- | Documentation/PCI/pci-error-recovery.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/pci-error-recovery.txt b/Documentation/PCI/pci-error-recovery.txt index 898ded24510d..ac26869c7db4 100644 --- a/Documentation/PCI/pci-error-recovery.txt +++ b/Documentation/PCI/pci-error-recovery.txt @@ -256,7 +256,7 @@ STEP 4: Slot Reset ------------------ In response to a return value of PCI_ERS_RESULT_NEED_RESET, the -the platform will peform a slot reset on the requesting PCI device(s). +the platform will perform a slot reset on the requesting PCI device(s). The actual steps taken by a platform to perform a slot reset will be platform-dependent. Upon completion of slot reset, the platform will call the device slot_reset() callback. |