All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Clean-ups in wfx driver
@ 2020-03-10 14:25 Kaaira Gupta
  2020-03-10 14:25 ` [PATCH 1/6] staging: wfx: data_rx.c: remove space after cast Kaaira Gupta
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Kaaira Gupta @ 2020-03-10 14:25 UTC (permalink / raw)
  To: jerome.pouiller, Greg Kroah-Hartman, outreachy-kernel, kgupta

The patchset removes a few unecessary spaces in some files in the
driver. It also removes an unused structure and uneccessary variable
declaration. It also assigns a bool instaed of a digit to a boolean
variable.

Kaaira Gupta (6):
  staging: wfx: data_rx.c: remove space after cast
  staging: wfx: change 1 to bool
  staging: wfx: dat_tx.c: remove space after a cast
  staging: wfx: data_tx.h: remove space after cast
  staging: wfx: remove variable declaration
  staging: wfx: remove unused structure

 drivers/staging/wfx/data_rx.c     | 2 +-
 drivers/staging/wfx/data_tx.c     | 6 +++---
 drivers/staging/wfx/data_tx.h     | 2 +-
 drivers/staging/wfx/hif_api_cmd.h | 4 ----
 drivers/staging/wfx/sta.c         | 3 +--
 5 files changed, 6 insertions(+), 11 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2020-03-10 19:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 14:25 [PATCH 0/6] Clean-ups in wfx driver Kaaira Gupta
2020-03-10 14:25 ` [PATCH 1/6] staging: wfx: data_rx.c: remove space after cast Kaaira Gupta
2020-03-10 14:25 ` [PATCH 2/6] staging: wfx: change 1 to bool Kaaira Gupta
2020-03-10 14:25 ` [PATCH 3/6] staging: wfx: dat_tx.c: remove space after a cast Kaaira Gupta
2020-03-10 14:25 ` [PATCH 4/6] staging: wfx: data_tx.h: remove space after cast Kaaira Gupta
2020-03-10 14:25 ` [PATCH 5/6] staging: wfx: remove variable declaration Kaaira Gupta
2020-03-10 14:25 ` [PATCH 6/6] staging: wfx: remove unused structure Kaaira Gupta
2020-03-10 17:40 ` [Outreachy kernel] [PATCH 0/6] Clean-ups in wfx driver Stefano Brivio
2020-03-10 18:07   ` Kaaira Gupta
2020-03-10 18:13     ` Kaaira Gupta
2020-03-10 18:45       ` Stefano Brivio
2020-03-10 19:24         ` Kaaira Gupta
2020-03-10 19:30           ` Stefano Brivio

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.