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:
b6657bf
)
staging:rtl8188eu: Removed assignments in if statements.
author
Chi Pham
<fempsci@gmail.com>
Sun, 9 Mar 2014 14:07:15 +0000
(15:07 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 18 Mar 2014 17:46:37 +0000
(10:46 -0700)
Fixed some indentation to silence (some) checkpatch errors.
The following coccinelle script found the match:
@@
expression E0, E1, E2;
statement S0, S1;
@@
- if ((E1 = E2) != E)
+ E1 = E2;
+ if (E1 != E)
S1 else S2
Signed-off-by: Chi Pham <fempsci@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_cmd.c
patch
|
blob
|
history
diff --cc
drivers/staging/rtl8188eu/core/rtw_cmd.c
Simple merge