All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Fix styling issues and remove unused code in rtl8723bs
@ 2021-12-22 18:51 Ismayil Mirzali
  2021-12-22 18:51 ` [PATCH v3 1/2] staging: rtl8723bs: address style guide warnings Ismayil Mirzali
  2021-12-22 18:51 ` [PATCH v3 2/2] staging: rtl8723bs: removed unused if blocks Ismayil Mirzali
  0 siblings, 2 replies; 5+ messages in thread
From: Ismayil Mirzali @ 2021-12-22 18:51 UTC (permalink / raw)
  To: linux-staging; +Cc: gregkh, fabioaiuto83, linux, paskripkin

This patchset splits my previous changes into individual patches to
better conform to the contributing guidelines. I addressed issues with
extra whitespaces, wrongly formatted if blocks, fixed order of variables
in if comparisons and deleted the unused parts of the code as suggested
by Pavel Skripkin <paskripkin@gmail.com>. Apologies for the previous
mistakes.

Ismayil Mirzali (2):
  staging: rtl8723bs: address style guide warnings
  staging: rtl8723bs: removed unused if blocks

 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    | 21 +++++++------------
 1 file changed, 7 insertions(+), 14 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-01-05 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-22 18:51 [PATCH v3 0/2] Fix styling issues and remove unused code in rtl8723bs Ismayil Mirzali
2021-12-22 18:51 ` [PATCH v3 1/2] staging: rtl8723bs: address style guide warnings Ismayil Mirzali
2021-12-23  7:25   ` Greg KH
2022-01-05 14:47   ` Dan Carpenter
2021-12-22 18:51 ` [PATCH v3 2/2] staging: rtl8723bs: removed unused if blocks Ismayil Mirzali

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.