On Sat, Dec 13, 2008 at 04:14:35PM -0800, David Brownell wrote:
> From: David Brownell <dbrown...@users.sourceforge.net>
> 
> Fix checkpatch.pl bugs ... mostly return-with-parens.  And also
> fix some whitespace bugs, one of which was reported by checkpatch
> (bad indentation).

about whitespaces if anyone using 'vim' is interested, i have the
following in my vimrc to highlight whitespaces with red. It's really
annoying so i always fix them :-p

========== cut here =========================

"Whitespaces highlighting
highlight RedundantWhitespace   ctermbg=red guibg=red
match RedundantWhitespace       /\s\+$\| \+\ze\t/

=============================================

-- 
balbi

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to