Re: [Outreachy kernel] [Patch 0/3]

2021-04-10 Thread Julia Lawall
On Sat, 10 Apr 2021, Greg KH wrote: > On Sat, Apr 10, 2021 at 09:57:00AM +0200, Fabio M. De Francesco wrote: > > On Saturday, April 10, 2021 9:29:29 AM CEST Greg KH wrote: > > > On Fri, Apr 09, 2021 at 06:29:59PM +0200, Fabio M. De Francesco wrote: > > > > This patch series removes camelcases,

Re: [Outreachy kernel] [Patch 0/3]

2021-04-10 Thread Julia Lawall
On Sat, 10 Apr 2021, Fabio M. De Francesco wrote: > On Saturday, April 10, 2021 9:29:29 AM CEST Greg KH wrote: > > On Fri, Apr 09, 2021 at 06:29:59PM +0200, Fabio M. De Francesco wrote: > > > This patch series removes camelcases, changes the type and use of a > > > variable, and correct misspel

Re: [Outreachy kernel] [Patch 0/3]

2021-04-10 Thread Greg KH
On Sat, Apr 10, 2021 at 09:57:00AM +0200, Fabio M. De Francesco wrote: > On Saturday, April 10, 2021 9:29:29 AM CEST Greg KH wrote: > > On Fri, Apr 09, 2021 at 06:29:59PM +0200, Fabio M. De Francesco wrote: > > > This patch series removes camelcases, changes the type and use of a > > > variable, an

Re: [Outreachy kernel] [Patch 0/3]

2021-04-10 Thread Fabio M. De Francesco
On Saturday, April 10, 2021 9:29:29 AM CEST Greg KH wrote: > On Fri, Apr 09, 2021 at 06:29:59PM +0200, Fabio M. De Francesco wrote: > > This patch series removes camelcases, changes the type and use of a > > variable, and correct misspelled words. > > > > Patch 1/3: staging: rtl8723bs: Remove came

Re: [Outreachy kernel] [Patch 0/3]

2021-04-10 Thread Greg KH
On Fri, Apr 09, 2021 at 06:29:59PM +0200, Fabio M. De Francesco wrote: > This patch series removes camelcases, changes the type and use of a > variable, and correct misspelled words. > > Patch 1/3: staging: rtl8723bs: Remove camelcase in several files > > drivers/staging/rtl8723bs/core/rtw_cmd.c

Re: [Outreachy kernel] [PATCH 0/3] staging: lustre: cleanup

2018-03-04 Thread Julia Lawall
On Sun, 4 Mar 2018, Arushi Singhal wrote: > Spellcheck the comments. > Remove the repeated, consecutive words with single word. > > Arushi Singhal (3): > staging: lustre: Replace "be be" with "be" > staging: lustre: Replace "to to" with "to" > staging: lustre: Replace "dont" with "don't"

Re: [Outreachy kernel] [PATCH 0/3] staging: media: cleanup

2018-03-04 Thread Julia Lawall
On Sun, 4 Mar 2018, Arushi Singhal wrote: > Spellcheck the comments. > Remove the repeated, consecutive words with single word. For the series: Acked-by: Julia Lawall But please look out for things to change in the code, not just in the comments. julia > > Arushi Singhal (3): > staging:

Re: [Outreachy kernel] [PATCH 0/3] staging: Clean up tests if NULL returned on failure

2017-03-04 Thread Julia Lawall
On Sat, 4 Mar 2017, simran singhal wrote: > This patch series tests if functions like kmalloc/kzalloc return NULL > on failure. When NULL represents failure, !x is commonly used. > > simran singhal (3): > staging: rtl8192u: Clean up tests if NULL returned on failure > staging: speakup: Clean

Re: [Outreachy kernel] [PATCH 0/3] Replace "is is " with "is"

2017-03-04 Thread Julia Lawall
Joe suggested to indicate the subsystem in the subject line of the cover letter, ie staging here. How are you finding these? julia On Sat, 4 Mar 2017, simran singhal wrote: > This patch series replace "is is " with "is" in various drivers. > > simran singhal (3): > staging: rtl8192u: Replace