All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: bcm: Cleanup bcm driver
@ 2012-07-10  1:32 Marcos Paulo de Souza
  2012-07-10  1:32 ` [PATCH 1/3] staging: bcm: Remove code that will never execute Marcos Paulo de Souza
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Marcos Paulo de Souza @ 2012-07-10  1:32 UTC (permalink / raw)
  To: gregkh
  Cc: devel, linux-kernel, klmckinney1, dan.carpenter, standby24x7,
	Marcos Paulo de Souza

Hi Kernel guys!
   
This new patchset tries to clean a little the bcm driver, removing
some unused macros and some dead code.
  
These macros and dead code were reported by the forgotten-macros tool
(https://github.com/marcosps/forgotten_macros).
  
The tool is under development, but all the patches looks like OK.       
                               
This patchset is based in staging-next.
  
Thanks guys!

Marcos Paulo de Souza (3):
  staging: bcm: Remove code that will never execute
  staging: bcm: Remove all commented macros
  staging: bcm: Misc.c: Remove unused macros

 drivers/staging/bcm/CmHost.c     |    1 -
 drivers/staging/bcm/Debug.h      |    5 ---
 drivers/staging/bcm/Macros.h     |    1 -
 drivers/staging/bcm/Misc.c       |   66 --------------------------------------
 drivers/staging/bcm/PHSDefines.h |    1 -
 5 files changed, 74 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2012-07-10 13:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-10  1:32 [PATCH 0/3] staging: bcm: Cleanup bcm driver Marcos Paulo de Souza
2012-07-10  1:32 ` [PATCH 1/3] staging: bcm: Remove code that will never execute Marcos Paulo de Souza
2012-07-10  1:32 ` [PATCH 2/3] staging: bcm: Remove all commented macros Marcos Paulo de Souza
2012-07-10  1:32 ` [PATCH 3/3] staging: bcm: Misc.c: Remove unused macros Marcos Paulo de Souza
2012-07-10  2:40 ` [PATCH 0/3] staging: bcm: Cleanup bcm driver Kevin McKinney
2012-07-10  2:48   ` Marcos Souza
2012-07-10 12:38     ` Kevin McKinney
2012-07-10 12:51       ` Dan Carpenter
2012-07-10 13:24         ` Kevin McKinney
2012-07-10 13:31           ` Dan Carpenter
2012-07-10 13:47             ` Kevin McKinney

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.