[PATCH] socklnd: Code style fix (eudyptula challenge task 10)

2014-08-22 Thread Marco Cyriacks
Hi, I'm currently working on the eudyptula challenge and this is my first "kernel contribution" to pass task 10 of the challenge. The task was to fix one coding style error of a file in the drivers staging area. This patch was prepared on top of next-20140822. Please consider it for inclusion.

[PATCH] socklnd: Code style fix (eudyptula challenge task 10)

2014-08-22 Thread Marco Cyriacks
Hi, I'm currently working on the eudyptula challenge and this is my first kernel contribution to pass task 10 of the challenge. The task was to fix one coding style error of a file in the drivers staging area. This patch was prepared on top of next-20140822. Please consider it for inclusion.

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Jason Cooper
On Mon, Jul 28, 2014 at 05:53:19AM -0700, Christoph Hellwig wrote: > Can you folks please stop this challenge Bullshit? More checkpatch > fixes is not something we'll need at all. Greg and Dan have previously said that the staging tree is a good place for newcomers to submit checkpatch cleanup

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Denis Kirjanov
On 7/28/14, Lucas Tanure wrote: > Hi Christoph, > > What kind of things that you think a newbie can fix ? You can start working on fixing the pci_map_* and dma_map_* return value checks with CONFIG_DMA_API_DEBUG enabled. A lot of drivers still missing that... > Thanks > -- > Lucas Tanure > +55

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Lucas Tanure
Hi Christoph, What kind of things that you think a newbie can fix ? Thanks -- Lucas Tanure +55 (19) 988176559 On Mon, Jul 28, 2014 at 9:53 AM, Christoph Hellwig wrote: > Can you folks please stop this challenge Bullshit? More checkpatch > fixes is not something we'll need at all. > > Thanks

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Christoph Hellwig
Can you folks please stop this challenge Bullshit? More checkpatch fixes is not something we'll need at all. Thanks you! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Dan Carpenter
Fix your From header and read paragraph 1 of Documentation/email-clients.txt regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Eudyptula Challenge (Task 10)

2014-07-28 Thread Liviu I.
Hello Kernel Developers! I've attached a small patch to fix a coding style problem and make checkpatch happy, as part of challenge 10 of Eudyptula. Signed-off-by: Liviu Itoafa Thank you --- drivers/staging/lustre/lustre/ldlm/ldlm_extent.c.orig 2014-07-27 20:26:53.714161698 +0100 +++

Eudyptula Challenge (Task 10)

2014-07-28 Thread Liviu I.
Hello Kernel Developers! I've attached a small patch to fix a coding style problem and make checkpatch happy, as part of challenge 10 of Eudyptula. Signed-off-by: Liviu Itoafa liviu.i.2...@gmail.com Thank you --- drivers/staging/lustre/lustre/ldlm/ldlm_extent.c.orig 2014-07-27

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Dan Carpenter
Fix your From header and read paragraph 1 of Documentation/email-clients.txt regards, dan carpenter -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Christoph Hellwig
Can you folks please stop this challenge Bullshit? More checkpatch fixes is not something we'll need at all. Thanks you! -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Lucas Tanure
Hi Christoph, What kind of things that you think a newbie can fix ? Thanks -- Lucas Tanure +55 (19) 988176559 On Mon, Jul 28, 2014 at 9:53 AM, Christoph Hellwig h...@infradead.org wrote: Can you folks please stop this challenge Bullshit? More checkpatch fixes is not something we'll need at

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Denis Kirjanov
On 7/28/14, Lucas Tanure tan...@linux.com wrote: Hi Christoph, What kind of things that you think a newbie can fix ? You can start working on fixing the pci_map_* and dma_map_* return value checks with CONFIG_DMA_API_DEBUG enabled. A lot of drivers still missing that... Thanks -- Lucas

Re: Eudyptula Challenge (Task 10)

2014-07-28 Thread Jason Cooper
On Mon, Jul 28, 2014 at 05:53:19AM -0700, Christoph Hellwig wrote: Can you folks please stop this challenge Bullshit? More checkpatch fixes is not something we'll need at all. Greg and Dan have previously said that the staging tree is a good place for newcomers to submit checkpatch cleanup

Re: Eudyptula Challenge (Task 10)

2014-07-27 Thread Greg KH
On Sun, Jul 27, 2014 at 08:56:38PM +0100, Liviu I. wrote: > Hello Kernel Developers! > > I've attached a small patch to fix a coding style problem and make checkpatch > happy, as part of challenge 10 of Eudyptula. > > Thank you > --- drivers/staging/lustre/lustre/ldlm/ldlm_extent.c.orig

Eudyptula Challenge (Task 10)

2014-07-27 Thread Liviu I.
Hello Kernel Developers! I've attached a small patch to fix a coding style problem and make checkpatch happy, as part of challenge 10 of Eudyptula. Thank you --- drivers/staging/lustre/lustre/ldlm/ldlm_extent.c.orig 2014-07-27 20:26:53.714161698 +0100 +++

Eudyptula Challenge (Task 10)

2014-07-27 Thread Liviu I.
Hello Kernel Developers! I've attached a small patch to fix a coding style problem and make checkpatch happy, as part of challenge 10 of Eudyptula. Thank you --- drivers/staging/lustre/lustre/ldlm/ldlm_extent.c.orig 2014-07-27 20:26:53.714161698 +0100 +++

Re: Eudyptula Challenge (Task 10)

2014-07-27 Thread Greg KH
On Sun, Jul 27, 2014 at 08:56:38PM +0100, Liviu I. wrote: Hello Kernel Developers! I've attached a small patch to fix a coding style problem and make checkpatch happy, as part of challenge 10 of Eudyptula. Thank you --- drivers/staging/lustre/lustre/ldlm/ldlm_extent.c.orig

Eudyptula Challenge (Task 10)

2014-06-12 Thread Wahib Faizi
Greetings Linux Kernel Developers! This is Task 10 of the Eudyptula Challenge. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Eudyptula Challenge (Task 10)

2014-06-12 Thread Wahib Faizi
Greetings Linux Kernel Developers! This is Task 10 of the Eudyptula Challenge. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at