Re: [PATCH] pci: changed '...pci_bus* bus' to '...pci_bus *bus'

2014-04-04 Thread Bjorn Helgaas
On Fri, Apr 04, 2014 at 05:23:34PM -0400, Ryan Desfosses wrote: > change made to resolve following checkpatch message: > drivers/pci/pci.c:109: ERROR: "foo* bar" should be "foo *bar" > branch: Linux 3.14-rc8 > > Signed-off-by: Ryan Desfosses Applied (folded into your other patch), thanks! >

[PATCH] pci: changed '...pci_bus* bus' to '...pci_bus *bus'

2014-04-04 Thread Ryan Desfosses
change made to resolve following checkpatch message: drivers/pci/pci.c:109: ERROR: "foo* bar" should be "foo *bar" branch: Linux 3.14-rc8 Signed-off-by: Ryan Desfosses --- drivers/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pc

[PATCH] pci: changed '...pci_bus* bus' to '...pci_bus *bus'

2014-03-31 Thread Ryan Desfosses
change made to resolve following checkpatch message: drivers/pci/pci.c:109: ERROR: "foo* bar" should be "foo *bar" --- drivers/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index fdbc294..a50d542 100644 --- a/drivers/p

Re: [PATCH] pci: changed '...pci_bus* bus' to '...pci_bus *bus'

2014-03-31 Thread Liviu Dudau
On Sun, Mar 30, 2014 at 09:59:28PM +0100, Ryan wrote: > Hello, > > This is my first patch. I'm looking for feedback pertaining to my > submission that way I can submit more patches correctly in the future. > Any constructive feedback is welcome. Documentation/SubmittingPatches is always a good

Re: [PATCH] pci: changed '...pci_bus* bus' to '...pci_bus *bus'

2014-03-30 Thread Ryan
Hello, This is my first patch. I'm looking for feedback pertaining to my submission that way I can submit more patches correctly in the future. Any constructive feedback is welcome. I have one question in particular regarding the 'Sign by' section in the git commit message. Am I suppose to add

[PATCH] pci: changed '...pci_bus* bus' to '...pci_bus *bus'

2014-03-28 Thread Ryan Desfosses
change made to resolve following checkpatch message: drivers/pci/pci.c:109: ERROR: "foo* bar" should be "foo *bar" --- drivers/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index fdbc294..a50d542 100644 --- a/drivers/p