[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110203100828.GO20606@bicker>
Date: Thu, 3 Feb 2011 13:08:28 +0300
From: Dan Carpenter <error27@...il.com>
To: linux-kernel@...r.kernel.org
Cc: devel@...verdev.osuosl.org
Subject: rename_rev.pl script for reviewing renames
There are a lot of refactoring patches where people change camel case
names to kernel style names etc. I've written a script to make it
easier to review them. It's attached.
For example the linked patch is about 7900 lines long. It renames
A_BOOL to bool, TRUE to true and FALSE to false.
http://driverdev.linuxdriverproject.org/pipermail/devel/2011-February/011810.html
cat email.txt | ./rename_rev.pl A_BOOL bool TRUE true FALSE false | less
The resulting diff is 78 lines long (99% reduced). Woohoo!
regards,
dan carpenter
View attachment "rename_rev.pl" of type "text/x-perl" (1110 bytes)
Powered by blists - more mailing lists