From: Simon Schuster Date: Sat, 4 Jan 2014 15:25:14 +0000 (+0100) Subject: Staging: vt6656: Correct usage of braces X-Git-Tag: v3.14-rc1~150^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7fce6aec117378cbd2a9db27b394a6128bd3e98;p=pandora-kernel.git Staging: vt6656: Correct usage of braces Conforming to the linux coding style guidelines, a single line block of an if statement does not require curly braces unless another block of the if cascade requires them. Therefore unnecessary curly braces are removed by this patch and missing ones are added. Signed-off-by: Sebastian Rachuj Signed-off-by: Simon Schuster Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed