On Thu, 10 August 2006 09:41:59 -0700, Mingming Cao wrote:
>
> I agree with you that the timing is right, to do the clean up now rather
> than later. I would give it a try. If I could get more help from more
> code reviewer, it probably makes the effort a lot easier. For those
> issues you pointed out : coding style problem??incorrect comments,
> poorly-named variables -- do you have any specific examples in your mind?
For whitespace damage, you can try the following regex:
/\s\+$\| \+\ze\t/
Or if you use vim as an editor, you can add this to your vimrc:
highlight RedundantSpaces ctermbg=red guibg=red
match RedundantSpaces /\s\+$\| \+\ze\t/
For example, it will show 4 cases of trailing whitespace in the quoted
part of your email above. :)
Jörn
--
You ain't got no problem, Jules. I'm on the motherfucker. Go back in
there, chill them niggers out and wait for the Wolf, who should be
coming directly.
-- Marsellus Wallace
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]