From: Sekhar Nori Date: Tue, 4 May 2010 08:41:36 +0000 (+0530) Subject: davinci: edma: fix coding style issue related to usage of braces X-Git-Tag: v2.6.35-rc1~499^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243bc65447a74fbc674fc7fab6f212cce62e0152;p=pandora-kernel.git davinci: edma: fix coding style issue related to usage of braces In the edma driver, there are couple of instances where braces are used for a single statement 'if' construct. There are other instances where 'else' part of the if-else construct does not use braces even if the 'if' part is a multi-line statement. This patch fixes both. Signed-off-by: Sekhar Nori Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed