PCI: Fix comment typo in iov.c
authorJonghwan Choi <jhbird.choi@samsung.com>
Mon, 8 Jul 2013 20:02:43 +0000 (14:02 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 25 Jul 2013 18:18:41 +0000 (12:18 -0600)
"Devic3" should be "device."

Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/iov.c

index de8ffacf9c9b27cd1f758065e5b3f8158bab89b9..de4034ee0efa87ad6ca279b8a280e59e69dd559f 100644 (file)
@@ -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
This page took 0.024898 seconds and 5 git commands to generate.