aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-11-05 14:53:21 -0600
committerBjorn Helgaas <helgaas@kernel.org>2018-11-05 14:53:21 -0600
commit4a57f58f6a23575aa4469d5e2ddfd7b17c46ae76 (patch)
tree13474d96c0c67be9dea430527ad0f171c578fd5e /drivers/pci
parentLinux 4.20-rc1 (diff)
downloadlinux-dev-4a57f58f6a23575aa4469d5e2ddfd7b17c46ae76.tar.xz
linux-dev-4a57f58f6a23575aa4469d5e2ddfd7b17c46ae76.zip
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: a8ccf8a66663 ("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>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 2dcc30429e8b..ffe7895aa880 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -73,9 +73,9 @@ config PCI_PF_STUB
depends on PCI_IOV
help
Say Y or M here if you want to enable support for devices that
- require SR-IOV support, while at the same time the PF itself is
- not providing any actual services on the host itself such as
- storage or networking.
+ require SR-IOV support, while at the same time the PF (Physical
+ Function) itself is not providing any actual services on the
+ host itself such as storage or networking.
When in doubt, say N.