Re: [[RFC]] scripts/robopatch.pl: the mechanical bride of checkpatch.pl

2013-10-02 Thread Joe Perches
On Wed, 2013-10-02 at 14:06 +0200, Andi Shyti wrote: > > +# $ scripts/checkpatch.pl WHATEVER > /tmpcheckpatch.log >^^ > I guess you have a typo here. > > I actually used this, it doesn't know what msleep is and it > fails, so that to go ahead I had to re

Re: [[RFC]] scripts/robopatch.pl: the mechanical bride of checkpatch.pl

2013-10-02 Thread Andi Shyti
> +# $ scripts/checkpatch.pl WHATEVER > /tmpcheckpatch.log ^^ I guess you have a typo here. I actually used this, it doesn't know what msleep is and it fails, so that to go ahead I had to remove the msleep lines from /tmp/checpatch.log. Andi -- To unsub

[[RFC]] scripts/robopatch.pl: the mechanical bride of checkpatch.pl

2013-08-06 Thread Phil Carmody
Checkpatch knows a lot about the linux coding style. It's very helpful in telling us humans what to change in order to improve our C code. However, as lazy humans, we rarely do that. That's where robopatch steps in - it will take the output of checkpatch, and attempt to perform all the changes tha