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

2013-07-08 Thread Bjorn Helgaas
[+cc linux-pci] On Sun, Jul 7, 2013 at 11:28 PM, Jonghwan Choi wrote: > Devic3 should be device. > > Signed-off-by: Jonghwan Choi 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

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

2013-07-08 Thread Bjorn Helgaas
[+cc linux-pci] On Sun, Jul 7, 2013 at 11:28 PM, Jonghwan Choi jhbird.c...@samsung.com wrote: Devic3 should be device. Signed-off-by: Jonghwan Choi jhbird.c...@samsung.com Patch was corrupted and not sent to linux-pci, but I applied it to my pci/misc branch by hand. Thanks! Bjorn ---

[PATCH] PCI: fix typo in iov.c

2013-07-07 Thread Jonghwan Choi
Devic3 should be device. Signed-off-by: Jonghwan Choi --- 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

[PATCH] PCI: fix typo in iov.c

2013-07-07 Thread Jonghwan Choi
Devic3 should be device. Signed-off-by: Jonghwan Choi jhbird.c...@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