2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 20:53:53 +08:00
linux-next/drivers/staging/rtl8188eu
Chi Pham fb0a1bb293 staging:rtl8188eu: Removed assignments in if statements.
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>
2014-03-18 10:46:37 -07:00
..
core staging:rtl8188eu: Removed assignments in if statements. 2014-03-18 10:46:37 -07:00
hal staging: r8188eu: Make firmware buffer persistent 2014-02-15 12:40:19 -08:00
include Staging: rtl8188eu: Fix sparse warning cast to restricted __le16 2014-03-07 14:44:04 -08:00
os_dep Staging: rtl8188eu: Fix sparse warnings. 2014-03-13 16:49:19 -07:00
Kconfig staging: r8188eu: default to "y" in Kconfig 2014-02-11 12:22:31 -08:00
Makefile staging: r8188eu: Remove dead file 2014-02-11 12:41:14 -08:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00