From: Devendra Naga Date: Sat, 4 Aug 2012 07:16:38 +0000 (+0545) Subject: staging/csr: clean coding style in uf_start_thread X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~989 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cff9e59f65019428ba8f172dcc8af0154590de42;p=pandora-kernel.git 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ä Cc: Lauri Hintsala Cc: Riku Mettälä Cc: Veli-Pekka Peltola Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed