commit | a6374f53405b719c767c6318fe052a6d8f32cd89 | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Mon May 10 12:41:19 2010 +0530 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu May 13 10:05:21 2010 -0700 |
tree | eb36070e88bebd80740dc99cec391fbd57c074a0 | |
parent | d78a9494fe8b63e2ec1e2284e45a8d709c4d02c0 [diff] |
davinci: edma: fix coding style issue related to breaking lines In the edma driver, most of the long lines in 'if condition' are broken after the logical operator '&&' except two instances. This patch fixes that to bring consistency across the file. Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>