commit | 243bc65447a74fbc674fc7fab6f212cce62e0152 | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Tue May 04 14:11:36 2010 +0530 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu May 06 15:55:38 2010 -0700 |
tree | 058a8b20c74a1ea79a55a655b7434cde953c7ec9 | |
parent | 3f68b98a75381f785f4e13085296c52c75ea29ac [diff] |
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 <nsekhar@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>