diff options
author | Jonghwan Choi <jhbird.choi@samsung.com> | 2013-07-08 14:02:43 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-07-25 12:18:41 -0600 |
commit | ddc191f529be25fd8bfdadab2472d3446c17ae05 (patch) | |
tree | d0361cdd0327af9ed1444c0b1a807258b09a6b16 | |
parent | 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b (diff) | |
download | op-kernel-dev-ddc191f529be25fd8bfdadab2472d3446c17ae05.zip op-kernel-dev-ddc191f529be25fd8bfdadab2472d3446c17ae05.tar.gz |
PCI: Fix comment typo in iov.c
"Devic3" should be "device."
Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | drivers/pci/iov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index de8ffac..de4034e 100644 --- a/drivers/pci/iov.c +++ b/drivers/pci/iov.c @@ -786,7 +786,7 @@ int pci_sriov_set_totalvfs(struct pci_dev *dev, u16 numvfs) EXPORT_SYMBOL_GPL(pci_sriov_set_totalvfs); /** - * pci_sriov_get_totalvfs -- get total VFs supported on this devic3 + * pci_sriov_get_totalvfs -- get total VFs supported on this device * @dev: the PCI PF device * * For a PCIe device with SRIOV support, return the PCIe |