All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] staging: rtl8723bs: Style clean-up in rtw_mlme.c
@ 2019-10-10 13:15 ` Wambui Karuga
  0 siblings, 0 replies; 18+ messages in thread
From: Wambui Karuga @ 2019-10-10 13:15 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, devel, linux-kernel, Wambui Karuga

This patchset addresses multiple style and formatting issues reported by
checkpatch.pl in drivers/staging/rtl8723bs/core/rtw_mlme.c

PATCH v2 of the series corrects the "patchest" mispelling in the
original cover letter and provides a clearer subject line.

PATCH v3 of the series incorporates newer changes in rtw_mlme.c
on staging-testing.

Wambui Karuga (4):
  staging: rtl8723bs: Remove comparisons to NULL in conditionals
  staging: rtl8723bs: Remove unnecessary braces for single statements
  staging: rtl8723bs: Remove comparisons to booleans in conditionals.
  staging: rtl8723bs: Remove unnecessary blank lines

 drivers/staging/rtl8723bs/core/rtw_mlme.c | 161 +++++++---------------
 1 file changed, 50 insertions(+), 111 deletions(-)

-- 
2.23.0



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

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 13:15 [PATCH v3 0/4] staging: rtl8723bs: Style clean-up in rtw_mlme.c Wambui Karuga
2019-10-10 13:15 ` Wambui Karuga
2019-10-10 13:15 ` [PATCH v3 1/4] staging: rtl8723bs: Remove comparisons to NULL in conditionals Wambui Karuga
2019-10-10 13:15   ` Wambui Karuga
2019-10-11 10:54   ` Dan Carpenter
2019-10-11 10:54     ` Dan Carpenter
2019-10-11 12:07     ` Greg KH
2019-10-11 12:07       ` Greg KH
2019-10-11 12:08       ` Greg KH
2019-10-11 12:08         ` Greg KH
2019-10-11 17:32         ` [Outreachy kernel] " Wambui Karuga
2019-10-11 17:32           ` Wambui Karuga
2019-10-10 13:15 ` [PATCH v3 2/4] staging: rtl8723bs: Remove unnecessary braces for single statements Wambui Karuga
2019-10-10 13:15   ` Wambui Karuga
2019-10-10 13:15 ` [PATCH v3 3/4] staging: rtl8723bs: Remove comparisons to booleans in conditionals Wambui Karuga
2019-10-10 13:15   ` Wambui Karuga
2019-10-10 13:15 ` [PATCH v3 4/4] staging: rtl8723bs: Remove unnecessary blank lines Wambui Karuga
2019-10-10 13:15   ` Wambui Karuga

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.