Skip to content

Commit dc1d234

Browse files
Lencerfoupton
authored andcommitted
KVM: Documentation: Fix typo BFD
BDF is the acronym for Bus, Device, Function. Signed-off-by: Changyuan Lyu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Oliver Upton <[email protected]>
1 parent 83a7eef commit dc1d234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/virt/kvm/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1921,7 +1921,7 @@ flags:
19211921

19221922
If KVM_MSI_VALID_DEVID is set, devid contains a unique device identifier
19231923
for the device that wrote the MSI message. For PCI, this is usually a
1924-
BFD identifier in the lower 16 bits.
1924+
BDF identifier in the lower 16 bits.
19251925

19261926
On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS
19271927
feature of KVM_CAP_X2APIC_API capability is enabled. If it is enabled,
@@ -2986,7 +2986,7 @@ flags:
29862986

29872987
If KVM_MSI_VALID_DEVID is set, devid contains a unique device identifier
29882988
for the device that wrote the MSI message. For PCI, this is usually a
2989-
BFD identifier in the lower 16 bits.
2989+
BDF identifier in the lower 16 bits.
29902990

29912991
On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS
29922992
feature of KVM_CAP_X2APIC_API capability is enabled. If it is enabled,

0 commit comments

Comments
 (0)