All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] staging: rtl8723bs: Clean-up in rtw_security.c
@ 2019-10-17  4:01 Javier F. Arias
  2019-10-17  4:01 ` [PATCH v2 1/7] staging: rtl8723bs: Replace string with identifier Javier F. Arias
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Javier F. Arias @ 2019-10-17  4:01 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel

This patchset would improve the formatting, style and remove
unnecessary code. 

v2: Reworked the "Add spaces between operators" commit to add a missing
    line noticed by Julia Lawall <julia.lawall@lip6.fr>
    Added a commit to change tabs for spaces as suggested by
    Julia Lawall <julia.lawall@lip6.fr>

Javier F. Arias (7):
  staging: rtl8723bs: Replace string with identifier
  staging: rtl8723bs: Fix lines over 80 characters
  staging: rtl8723bs: Add spaces between operators
  staging: rtl8723bs: Remove commented code
  staging: rtl8723bs: Fix indentation warnings
  staging: rtl8723bs: Fix function call format
  staging: rtl8723bs: Change tabs for spaces

 drivers/staging/rtl8723bs/core/rtw_security.c | 135 ++++++++----------
 1 file changed, 57 insertions(+), 78 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-10-17  4:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-17  4:01 [PATCH v2 0/7] staging: rtl8723bs: Clean-up in rtw_security.c Javier F. Arias
2019-10-17  4:01 ` [PATCH v2 1/7] staging: rtl8723bs: Replace string with identifier Javier F. Arias
2019-10-17  4:02 ` [PATCH v2 2/7] staging: rtl8723bs: Fix lines over 80 characters Javier F. Arias
2019-10-17  4:02 ` [PATCH v2 3/7] staging: rtl8723bs: Add spaces between operators Javier F. Arias
2019-10-17  4:03 ` [PATCH v2 4/7] staging: rtl8723bs: Remove commented code Javier F. Arias
2019-10-17  4:03 ` [PATCH v2 5/7] staging: rtl8723bs: Fix indentation warnings Javier F. Arias
2019-10-17  4:04 ` [PATCH v2 6/7] staging: rtl8723bs: Fix function call format Javier F. Arias
2019-10-17  4:05 ` [PATCH v2 7/7] staging: rtl8723bs: Change tabs for spaces Javier F. Arias

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.