On 08/25/2011 12:03 AM, Joe Perches wrote:
On Wed, 2011-08-24 at 23:47 -0500, Larry Finger wrote:
All of the typedef statements are replaced. A perl tool supplied by Joe Perches
was used to change the definition and all its users. Each conversion is in
a separate file, which accounts for the number of patches.
Hi Larry.
Some of the conversions have:
struct foo {
[bar...]
};//, *struct foo *;
Perhaps it'd be good to use something like
$ sed -r -i -e 's@^};//.*@};@g'
on all these files as a single new patch.
I've already prepared patches to take care of checkpatch -f warnings. They get
rid of the C++ comments.
Larry
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel