public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] checkincludes.pl: add removal option
@ 2009-08-06  0:51 Luis R. Rodriguez
  2009-08-06  0:51 ` [PATCH 1/3] checkincludes.pl: close file as soon as we're done with it Luis R. Rodriguez
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Luis R. Rodriguez @ 2009-08-06  0:51 UTC (permalink / raw)
  To: akpm, joe, torvalds; +Cc: linux-kernel, mcgrof, Luis R. Rodriguez

This lets you remove duplicate includes headers in place with
checkincludes.pl, that is, the same file is overwritten with -r.
This actually makes this useful for me for porting crap drivers
where I have to do this a lot.

I don't know who these go through so sending to a few of you.

Luis R. Rodriguez (3):
  checkincludes.pl: close file as soon as we're done with it
  checkincludes.pl: provide usage helper
  checkincludes.pl: add option to remove duplicates in place

 scripts/checkincludes.pl |   62 +++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 58 insertions(+), 4 deletions(-)


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

end of thread, other threads:[~2009-08-06 19:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06  0:51 [PATCH 0/3] checkincludes.pl: add removal option Luis R. Rodriguez
2009-08-06  0:51 ` [PATCH 1/3] checkincludes.pl: close file as soon as we're done with it Luis R. Rodriguez
2009-08-06  0:51 ` [PATCH 2/3] checkincludes.pl: provide usage helper Luis R. Rodriguez
2009-08-06  0:51 ` [PATCH 3/3] checkincludes.pl: add option to remove duplicates in place Luis R. Rodriguez
2009-08-06  1:59   ` Andrew Morton
2009-08-06  2:10     ` Luis R. Rodriguez
2009-08-06 19:17     ` Daniel K.

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