Skip to content

Commit 4a57f58

Browse files
rddunlapBjorn Helgaas
authored andcommitted
PCI: Expand the "PF" acronym in Kconfig help text
Tell users what a PCI PF is in the PCI_PF_STUB config help text. Fixes: a8ccf8a ("PCI/IOV: Add pci-pf-stub driver for PFs that only enable VFs") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Alexander Duyck <alexander.h.duyck@linux.intel.com>
1 parent 6510223 commit 4a57f58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/pci/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ config PCI_PF_STUB
7373
depends on PCI_IOV
7474
help
7575
Say Y or M here if you want to enable support for devices that
76-
require SR-IOV support, while at the same time the PF itself is
77-
not providing any actual services on the host itself such as
78-
storage or networking.
76+
require SR-IOV support, while at the same time the PF (Physical
77+
Function) itself is not providing any actual services on the
78+
host itself such as storage or networking.
7979

8080
When in doubt, say N.
8181

0 commit comments

Comments
 (0)