Re: [PATCH 0/2] Improve code readability

2017-03-15 Thread Greg KH
On Wed, Mar 15, 2017 at 01:39:19AM -0700, Arushi Singhal wrote:
> Hi
> This Patch series is not yet added to the kernel tree.

I don't see these in my queue either.  I think maybe they were rejected
due to the incorrect subject: line that I think someone said needed to
be fixed?  I can't remember, sorry, please rebase and resend if they are
still needed.

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [Outreachy kernel] Re: [PATCH 0/2] Improve code readability

2017-03-15 Thread Julia Lawall
On Wed, 15 Mar 2017, Arushi Singhal wrote:

> HiThis Patch series is not yet added to the kernel tree.

The normal process is to send it again, with RESEND inside the [PATCH]
box.

julia

> Thanks
> Arushi
>
> On Saturday, 11 March 2017 02:12:02 UTC+5:30, Arushi Singhal wrote:
>   Improve readability by fixing multiple checkpatch.pl
>   issues.
>
>   Arushi Singhal (2):
>     staging: speakup: Avoid multiple assignments on same line
>     staging: speakup: fixes braces {} should be used on all arms
>   of this
>       statement
>
>    drivers/staging/speakup/main.c           |  6 --
>    drivers/staging/speakup/speakup_decext.c |  6 +++---
>    drivers/staging/speakup/speakup_decpc.c  |  6 +++---
>    drivers/staging/speakup/speakup_dectlk.c |  6 +++---
>    drivers/staging/speakup/varhandlers.c    | 12 +++-
>    5 files changed, 20 insertions(+), 16 deletions(-)
>
>   --
>   2.11.0
>
> --
> You received this message because you are subscribed to the Google Groups
> "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to outreachy-kernel+unsubscr...@googlegroups.com.
> To post to this group, send email to outreachy-ker...@googlegroups.com.
> To view this discussion on the web 
> visithttps://groups.google.com/d/msgid/outreachy-kernel/e3451e76-4119-4ea9-8bd0-
> 134de6504fd0%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH 0/2] Improve code readability

2017-03-10 Thread Arushi Singhal
Improve readability by fixing multiple checkpatch.pl
issues.

Arushi Singhal (2):
  staging: speakup: Avoid multiple assignments on same line
  staging: speakup: fixes braces {} should be used on all arms of this
statement

 drivers/staging/speakup/main.c   |  6 --
 drivers/staging/speakup/speakup_decext.c |  6 +++---
 drivers/staging/speakup/speakup_decpc.c  |  6 +++---
 drivers/staging/speakup/speakup_dectlk.c |  6 +++---
 drivers/staging/speakup/varhandlers.c| 12 +++-
 5 files changed, 20 insertions(+), 16 deletions(-)

-- 
2.11.0

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel