public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] staging: rtl8712: cleanup struct _adapter
@ 2019-06-04  4:21 Deepak Mishra
  2019-06-04  4:21 ` [PATCH v3 1/4] staging: rtl8712: Fixed CamelCase for EepromAddressSize and removed unused variable Deepak Mishra
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Deepak Mishra @ 2019-06-04  4:21 UTC (permalink / raw)
  To: linux-kernel, gregkh; +Cc: joe, Larry.Finger, florian.c.schilhabel, linux.dkm

In process of cleaning up rtl8712 struct _adapter in drv_types.h I have
tried to remove some unused variables and redundant lines of code
associated with those variables. I have also fixed some CamelCase
reported by checkpatch.pl  

There are some other code like spinning on a random variable which I
am investigating and will clean up in a different patch set.


Deepak Mishra (4):
  staging: rtl8712: Fixed CamelCase for EepromAddressSize and removed
    unused variable
  staging: rtl8712: Fixed CamelCase cmdThread rename to cmd_thread
  staging: rtl8712: removed unused variables from struct _adapter
  staging: rtl8712: Fixed CamelCase wkFilterRxFF0 and lockRxFF0Filter

 drivers/staging/rtl8712/drv_types.h        | 11 +++--------
 drivers/staging/rtl8712/os_intfs.c         |  6 +++---
 drivers/staging/rtl8712/rtl871x_eeprom.c   |  6 +++---
 drivers/staging/rtl8712/rtl871x_mp_ioctl.c |  5 -----
 drivers/staging/rtl8712/rtl871x_pwrctrl.h  |  1 -
 drivers/staging/rtl8712/rtl871x_xmit.c     |  2 +-
 drivers/staging/rtl8712/usb_intf.c         |  4 ++--
 drivers/staging/rtl8712/xmit_linux.c       |  6 +++---
 8 files changed, 15 insertions(+), 26 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2019-06-06 13:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04  4:21 [PATCH v3 0/4] staging: rtl8712: cleanup struct _adapter Deepak Mishra
2019-06-04  4:21 ` [PATCH v3 1/4] staging: rtl8712: Fixed CamelCase for EepromAddressSize and removed unused variable Deepak Mishra
2019-06-06 13:00   ` Greg KH
2019-06-04  4:21 ` [PATCH v3 2/4] staging: rtl8712: Fixed CamelCase cmdThread rename to cmd_thread Deepak Mishra
2019-06-06 13:01   ` Greg KH
2019-06-04  4:21 ` [PATCH v3 3/4] staging: rtl8712: removed unused variables from struct _adapter Deepak Mishra
2019-06-04  4:21 ` [PATCH v3 4/4] staging: rtl8712: Fixed CamelCase wkFilterRxFF0 and lockRxFF0Filter Deepak Mishra
2019-06-06 13:01   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox