aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/PCI/pci-error-recovery.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-03-19 00:29:30 +0900
committerJonathan Corbet <corbet@lwn.net>2015-03-20 07:41:56 -0600
commit654d2e7cd18b8acc4e2accdcc0c1eadb8d786722 (patch)
tree0bc23762f35801de24ac0f58fdab1a461a7e1d8c /Documentation/PCI/pci-error-recovery.txt
parentDocumentation: drm: Use '->' when describing access through pointers. (diff)
downloadlinux-dev-654d2e7cd18b8acc4e2accdcc0c1eadb8d786722.tar.xz
linux-dev-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.txt2
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.