Re: [Outreachy kernel] [PATCH v2 0/6] staging: rtl8712: fix coding style issues

2018-03-02 Thread Julia Lawall


On Sat, 3 Mar 2018, Arushi Singhal wrote:

> Fix issues found with checkpatch.pl to conform to the Linux
> kernel coding style.

For the series:

Acked-by: Julia Lawall 


>
> Changes in v2:
> * From and Signed-off emails were not same in v1.
> * Added detailed commit message
>
> Arushi Singhal (6):
>   staging: rtl8712: Fixed 'tabstop' coding style warning
>   staging: rtl8712: match alignment with open parenthesis
>   staging: rtl8712: Remove multiple blank line(s)
>   staging: rtl8712: Added spaces around '+'
>   staging: rtl8712: Add spaces around '|'
>   staging: rtl8712: remove unnecessary parentheses
>
>  drivers/staging/rtl8712/drv_types.h|  2 +-
>  drivers/staging/rtl8712/mlme_linux.c   |  2 +-
>  drivers/staging/rtl8712/os_intfs.c |  3 +-
>  drivers/staging/rtl8712/recv_linux.c   |  4 +-
>  drivers/staging/rtl8712/rtl8712_bitdef.h   |  1 -
>  drivers/staging/rtl8712/rtl8712_cmd.c  |  8 +--
>  drivers/staging/rtl8712/rtl8712_cmd.h  |  4 +-
>  drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h   |  2 +-
>  drivers/staging/rtl8712/rtl8712_cmdctrl_regdef.h   |  2 -
>  drivers/staging/rtl8712/rtl8712_debugctrl_bitdef.h |  1 -
>  drivers/staging/rtl8712/rtl8712_debugctrl_regdef.h |  2 -
>  drivers/staging/rtl8712/rtl8712_fifoctrl_bitdef.h  |  1 -
>  drivers/staging/rtl8712/rtl8712_fifoctrl_regdef.h  |  2 -
>  drivers/staging/rtl8712/rtl8712_gp_bitdef.h|  2 +-
>  drivers/staging/rtl8712/rtl8712_gp_regdef.h|  1 -
>  drivers/staging/rtl8712/rtl8712_interrupt_bitdef.h |  1 -
>  drivers/staging/rtl8712/rtl8712_led.c  | 70 
> +++---
>  17 files changed, 48 insertions(+), 60 deletions(-)
>
> --
> 2.7.4
>
> --
> 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 visit 
> https://groups.google.com/d/msgid/outreachy-kernel/1520055156-8388-1-git-send-email-arushisinghal19971997%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


Re: [Outreachy kernel] [PATCH v2 0/6] staging: rtl8712: fix coding style issues

2018-03-02 Thread Julia Lawall


On Sat, 3 Mar 2018, Arushi Singhal wrote:

> Fix issues found with checkpatch.pl to conform to the Linux
> kernel coding style.

For the series:

Acked-by: Julia Lawall 


>
> Changes in v2:
> * From and Signed-off emails were not same in v1.
> * Added detailed commit message
>
> Arushi Singhal (6):
>   staging: rtl8712: Fixed 'tabstop' coding style warning
>   staging: rtl8712: match alignment with open parenthesis
>   staging: rtl8712: Remove multiple blank line(s)
>   staging: rtl8712: Added spaces around '+'
>   staging: rtl8712: Add spaces around '|'
>   staging: rtl8712: remove unnecessary parentheses
>
>  drivers/staging/rtl8712/drv_types.h|  2 +-
>  drivers/staging/rtl8712/mlme_linux.c   |  2 +-
>  drivers/staging/rtl8712/os_intfs.c |  3 +-
>  drivers/staging/rtl8712/recv_linux.c   |  4 +-
>  drivers/staging/rtl8712/rtl8712_bitdef.h   |  1 -
>  drivers/staging/rtl8712/rtl8712_cmd.c  |  8 +--
>  drivers/staging/rtl8712/rtl8712_cmd.h  |  4 +-
>  drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h   |  2 +-
>  drivers/staging/rtl8712/rtl8712_cmdctrl_regdef.h   |  2 -
>  drivers/staging/rtl8712/rtl8712_debugctrl_bitdef.h |  1 -
>  drivers/staging/rtl8712/rtl8712_debugctrl_regdef.h |  2 -
>  drivers/staging/rtl8712/rtl8712_fifoctrl_bitdef.h  |  1 -
>  drivers/staging/rtl8712/rtl8712_fifoctrl_regdef.h  |  2 -
>  drivers/staging/rtl8712/rtl8712_gp_bitdef.h|  2 +-
>  drivers/staging/rtl8712/rtl8712_gp_regdef.h|  1 -
>  drivers/staging/rtl8712/rtl8712_interrupt_bitdef.h |  1 -
>  drivers/staging/rtl8712/rtl8712_led.c  | 70 
> +++---
>  17 files changed, 48 insertions(+), 60 deletions(-)
>
> --
> 2.7.4
>
> --
> 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 visit 
> https://groups.google.com/d/msgid/outreachy-kernel/1520055156-8388-1-git-send-email-arushisinghal19971997%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


[PATCH v2 0/6] staging: rtl8712: fix coding style issues

2018-03-02 Thread Arushi Singhal
Fix issues found with checkpatch.pl to conform to the Linux
kernel coding style.

Changes in v2:
* From and Signed-off emails were not same in v1.
* Added detailed commit message

Arushi Singhal (6):
  staging: rtl8712: Fixed 'tabstop' coding style warning
  staging: rtl8712: match alignment with open parenthesis
  staging: rtl8712: Remove multiple blank line(s)
  staging: rtl8712: Added spaces around '+'
  staging: rtl8712: Add spaces around '|'
  staging: rtl8712: remove unnecessary parentheses

 drivers/staging/rtl8712/drv_types.h|  2 +-
 drivers/staging/rtl8712/mlme_linux.c   |  2 +-
 drivers/staging/rtl8712/os_intfs.c |  3 +-
 drivers/staging/rtl8712/recv_linux.c   |  4 +-
 drivers/staging/rtl8712/rtl8712_bitdef.h   |  1 -
 drivers/staging/rtl8712/rtl8712_cmd.c  |  8 +--
 drivers/staging/rtl8712/rtl8712_cmd.h  |  4 +-
 drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h   |  2 +-
 drivers/staging/rtl8712/rtl8712_cmdctrl_regdef.h   |  2 -
 drivers/staging/rtl8712/rtl8712_debugctrl_bitdef.h |  1 -
 drivers/staging/rtl8712/rtl8712_debugctrl_regdef.h |  2 -
 drivers/staging/rtl8712/rtl8712_fifoctrl_bitdef.h  |  1 -
 drivers/staging/rtl8712/rtl8712_fifoctrl_regdef.h  |  2 -
 drivers/staging/rtl8712/rtl8712_gp_bitdef.h|  2 +-
 drivers/staging/rtl8712/rtl8712_gp_regdef.h|  1 -
 drivers/staging/rtl8712/rtl8712_interrupt_bitdef.h |  1 -
 drivers/staging/rtl8712/rtl8712_led.c  | 70 +++---
 17 files changed, 48 insertions(+), 60 deletions(-)

-- 
2.7.4



[PATCH v2 0/6] staging: rtl8712: fix coding style issues

2018-03-02 Thread Arushi Singhal
Fix issues found with checkpatch.pl to conform to the Linux
kernel coding style.

Changes in v2:
* From and Signed-off emails were not same in v1.
* Added detailed commit message

Arushi Singhal (6):
  staging: rtl8712: Fixed 'tabstop' coding style warning
  staging: rtl8712: match alignment with open parenthesis
  staging: rtl8712: Remove multiple blank line(s)
  staging: rtl8712: Added spaces around '+'
  staging: rtl8712: Add spaces around '|'
  staging: rtl8712: remove unnecessary parentheses

 drivers/staging/rtl8712/drv_types.h|  2 +-
 drivers/staging/rtl8712/mlme_linux.c   |  2 +-
 drivers/staging/rtl8712/os_intfs.c |  3 +-
 drivers/staging/rtl8712/recv_linux.c   |  4 +-
 drivers/staging/rtl8712/rtl8712_bitdef.h   |  1 -
 drivers/staging/rtl8712/rtl8712_cmd.c  |  8 +--
 drivers/staging/rtl8712/rtl8712_cmd.h  |  4 +-
 drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h   |  2 +-
 drivers/staging/rtl8712/rtl8712_cmdctrl_regdef.h   |  2 -
 drivers/staging/rtl8712/rtl8712_debugctrl_bitdef.h |  1 -
 drivers/staging/rtl8712/rtl8712_debugctrl_regdef.h |  2 -
 drivers/staging/rtl8712/rtl8712_fifoctrl_bitdef.h  |  1 -
 drivers/staging/rtl8712/rtl8712_fifoctrl_regdef.h  |  2 -
 drivers/staging/rtl8712/rtl8712_gp_bitdef.h|  2 +-
 drivers/staging/rtl8712/rtl8712_gp_regdef.h|  1 -
 drivers/staging/rtl8712/rtl8712_interrupt_bitdef.h |  1 -
 drivers/staging/rtl8712/rtl8712_led.c  | 70 +++---
 17 files changed, 48 insertions(+), 60 deletions(-)

-- 
2.7.4