mirror of https://github.com/torvalds/linux.git
Documentation: PCI: Fix typos
The PCIe spec uses "Requester ID", not "requestor ID". Follow the spec to avoid confusion. Signed-off-by: Emilio Perez <emiliopeju@gmail.com> [bhelgaas: capitalize as a hint that the spec defines this] Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://patch.msgid.link/20250818023121.33427-1-emiliopeju@gmail.com
This commit is contained in:
parent
40103d2a42
commit
8a760c454d
|
|
@ -138,7 +138,7 @@ error message to the Root Port above it when it captures
|
||||||
an error. The Root Port, upon receiving an error reporting message,
|
an error. The Root Port, upon receiving an error reporting message,
|
||||||
internally processes and logs the error message in its AER
|
internally processes and logs the error message in its AER
|
||||||
Capability structure. Error information being logged includes storing
|
Capability structure. Error information being logged includes storing
|
||||||
the error reporting agent's requestor ID into the Error Source
|
the error reporting agent's Requester ID into the Error Source
|
||||||
Identification Registers and setting the error bits of the Root Error
|
Identification Registers and setting the error bits of the Root Error
|
||||||
Status Register accordingly. If AER error reporting is enabled in the Root
|
Status Register accordingly. If AER error reporting is enabled in the Root
|
||||||
Error Command Register, the Root Port generates an interrupt when an
|
Error Command Register, the Root Port generates an interrupt when an
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue