git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78a949
)
davinci: edma: fix coding style issue related to breaking lines
author
Sekhar Nori
<nsekhar@ti.com>
Mon, 10 May 2010 07:11:19 +0000
(12:41 +0530)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Thu, 13 May 2010 17:05:21 +0000
(10:05 -0700)
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>
No differences found