The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: vt6655: Cleanup in usage of macros
@ 2012-07-09  2:51 Marcos Paulo de Souza
  2012-07-09  2:51 ` [PATCH 1/6] staging: vt6655: Remove all "if 0" blocks from driver Marcos Paulo de Souza
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Marcos Paulo de Souza @ 2012-07-09  2:51 UTC (permalink / raw)
  To: gregkh
  Cc: andriy.shevchenko, jj, forest, devel, linux-kernel,
	Marcos Paulo de Souza

Hi kernel guys!

This patchset aims to clean all unused and commented macros.

For this challenge, forgotten-macros tool helped us.

As I don't have any vt665x hardware, I will be grateful if anyone can test these changes!

This patchset was based in staging-next tree.

I hope you enjoy :)

Marcos Paulo de Souza (6):
  staging: vt6655: Remove all "if 0" blocks from driver
  staging: vt6655: mac.h: Remove all commented macros
  staging: vt6655: rf.c: Remove all unused macros
  staging: vt6655: baseband.h: Remove all unused macros
  staging: vt6655: Remove all commented macros
  staging: vt6655: hostap.c: Remove all unused macros

 drivers/staging/vt6655/80211hdr.h    |    2 -
 drivers/staging/vt6655/baseband.c    |    2 -
 drivers/staging/vt6655/baseband.h    |   30 -------------
 drivers/staging/vt6655/bssdb.c       |    1 -
 drivers/staging/vt6655/desc.h        |   11 -----
 drivers/staging/vt6655/device.h      |   15 -------
 drivers/staging/vt6655/device_main.c |   37 ----------------
 drivers/staging/vt6655/dpc.c         |    1 -
 drivers/staging/vt6655/hostap.c      |    6 ---
 drivers/staging/vt6655/iwctl.c       |   36 ----------------
 drivers/staging/vt6655/mac.h         |   24 -----------
 drivers/staging/vt6655/mib.h         |    2 -
 drivers/staging/vt6655/rf.c          |   78 ----------------------------------
 drivers/staging/vt6655/rf.h          |    1 -
 drivers/staging/vt6655/tether.h      |    3 --
 drivers/staging/vt6655/vntwifi.c     |    2 -
 drivers/staging/vt6655/wcmd.c        |   24 -----------
 17 files changed, 275 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2012-07-09  9:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09  2:51 [PATCH 0/6] staging: vt6655: Cleanup in usage of macros Marcos Paulo de Souza
2012-07-09  2:51 ` [PATCH 1/6] staging: vt6655: Remove all "if 0" blocks from driver Marcos Paulo de Souza
2012-07-09  2:51 ` [PATCH 2/6] staging: vt6655: mac.h: Remove all commented macros Marcos Paulo de Souza
2012-07-09  2:51 ` [PATCH 3/6] staging: vt6655: rf.c: Remove all unused macros Marcos Paulo de Souza
2012-07-09  2:51 ` [PATCH 4/6] staging: vt6655: baseband.h: " Marcos Paulo de Souza
2012-07-09  2:51 ` [PATCH 5/6] staging: vt6655: Remove all commented macros Marcos Paulo de Souza
2012-07-09  2:51 ` [PATCH 6/6] staging: vt6655: hostap.c: Remove all unused macros Marcos Paulo de Souza
2012-07-09  4:24 ` [PATCH 0/6] staging: vt6655: Cleanup in usage of macros Joe Perches
2012-07-09  9:19   ` Marcos Souza

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