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:
d5687ab
)
[media] drxk_hard: remove needless parenthesis
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 28 Apr 2013 14:47:50 +0000
(11:47 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 9 Jun 2013 01:09:57 +0000
(22:09 -0300)
X-Patchwork-Delegate: mchehab@redhat.com
There are several places where: state->var = (some_var)
The parenthesis there are doing nothing but making it
harder to read and breaking the 80 columns soft limits.
Just get rid of it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found