linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] fixes to remove enum typedefs
@ 2018-01-10 11:12 Ajay Singh
  2018-01-10 11:12 ` [PATCH v2 1/9] staging: wilc1000: removed typedef from enum BSSTYPE_T Ajay Singh
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Ajay Singh @ 2018-01-10 11:12 UTC (permalink / raw)
  To: linux-wireless
  Cc: devel, gregkh, ganesh.krishna, venkateswara.kaja, aditya.shankar,
	claudiu.beznea, Ajay Singh

v2: The patch series is created instead of independent patches & 
updated the name for Signed-off-by field. 
  
This patch series fix "WARNING: do not add new typedefs" issues
found by checkpatch.pl

Ajay Singh (9):
  staging: wilc1000: removed typedef from enum BSSTYPE_T
  staging: wilc1000: remove unnecessary typedef enum G_OPERATING_MODE_T
  staging: wilc1000: removed unnecessary enums typedefs
  staging: wilc1000: removed few unnecessary enums typedef
  staging: wilc1000: removed few unnecessary enums typedef
  staging: wilc1000: removed enums typedef for BEACON_IE & TX_RATE_T
  staging: wilc1000: removed enum typedef CHIP_PS_STATE_T
  staging: wilc1000: removed enum typedef BUS_ACQUIRE_T
  staging: wilc1000: removed enum typedef BUS_RELEASE_T

 drivers/staging/wilc1000/host_interface.c |  2 +-
 drivers/staging/wilc1000/wilc_wlan.c      |  6 +-
 drivers/staging/wilc1000/wilc_wlan_if.h   | 96 +++++++++++++++----------------
 3 files changed, 52 insertions(+), 52 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-01-10 18:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10 11:12 [PATCH v2 0/9] fixes to remove enum typedefs Ajay Singh
2018-01-10 11:12 ` [PATCH v2 1/9] staging: wilc1000: removed typedef from enum BSSTYPE_T Ajay Singh
2018-01-10 11:12 ` [PATCH v2 2/9] staging: wilc1000: remove unnecessary typedef enum G_OPERATING_MODE_T Ajay Singh
2018-01-10 11:12 ` [PATCH v2 3/9] staging: wilc1000: removed unnecessary enums typedefs Ajay Singh
2018-01-10 11:12 ` [PATCH v2 4/9] staging: wilc1000: removed few unnecessary enums typedef Ajay Singh
2018-01-10 11:12 ` [PATCH v2 5/9] " Ajay Singh
2018-01-10 18:25   ` Greg KH
2018-01-10 11:12 ` [PATCH v2 6/9] staging: wilc1000: removed enums typedef for BEACON_IE & TX_RATE_T Ajay Singh
2018-01-10 11:12 ` [PATCH v2 7/9] staging: wilc1000: removed enum typedef CHIP_PS_STATE_T Ajay Singh
2018-01-10 11:12 ` [PATCH v2 8/9] staging: wilc1000: removed enum typedef BUS_ACQUIRE_T Ajay Singh
2018-01-10 11:12 ` [PATCH v2 9/9] staging: wilc1000: removed enum typedef BUS_RELEASE_T Ajay Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).