]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/csr: clean coding style in uf_start_thread
authorDevendra Naga <develkernel412222@gmail.com>
Sat, 4 Aug 2012 07:16:38 +0000 (13:01 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 01:57:43 +0000 (18:57 -0700)
commitcff9e59f65019428ba8f172dcc8af0154590de42
tree55b221da15563c4f6fb7129c70715542736f1cc1
parent08fb73c1c842d32c15806bd9ae89531d5b0e31ea
staging/csr: clean coding style in uf_start_thread

in bh.c the function uf_start_thread needed a coding style fixes.

The following fixes:

* fix no space at the start of line
* fix over 80 character lines
* fix no brace needed for single statement blocks (if..else or for and while)
* use tabs instead of 4 spaces at the start of every line

Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com>
Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com>
Cc: Riku Mettälä <riku.mettala@bluegiga.com>
Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/csr/bh.c