mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH]  PCI: fix typo in iov.c
@ 2013-07-08  5:28 Jonghwan Choi
  2013-07-08 20:05 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Jonghwan Choi @ 2013-07-08  5:28 UTC (permalink / raw)
  To: 'Jonghwan Choi', linux-kernel; +Cc: 'Bjorn Helgaas'

Devic3 should be device.

Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
---
 drivers/pci/iov.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-08 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08  5:28 [PATCH] PCI: fix typo in iov.c Jonghwan Choi
2013-07-08 20:05 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome