2013-07-08 05:28:19

by Jonghwan Choi

[permalink] [raw]
Subject: [PATCH] PCI: fix typo in iov.c

Devic3 should be device.

Signed-off-by: Jonghwan Choi <[email protected]>
---
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


2013-07-08 20:05:43

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH] PCI: fix typo in iov.c

[+cc linux-pci]

On Sun, Jul 7, 2013 at 11:28 PM, Jonghwan Choi <[email protected]> wrote:
> Devic3 should be device.
>
> Signed-off-by: Jonghwan Choi <[email protected]>

Patch was corrupted and not sent to linux-pci, but I applied it to my
pci/misc branch by hand. Thanks!

Bjorn

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