diff options
| author | Diego Liziero <diegoliz@gmail.com> | 2009-04-14 06:33:54 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 22:00:37 +0400 |
| commit | 290d4c23506545633878132860cc7d4fac0da23e (patch) | |
| tree | b9a07f7a8d1a74e9c60aad9799b16bf472f76bf1 /scripts/basic | |
| parent | 5aaeab6606dc06bea229bf2774ac1661923c2f07 (diff) | |
| download | linux-290d4c23506545633878132860cc7d4fac0da23e.tar.xz | |
Staging winbond: boolean negation and bitwise operation in wrong order
The semantic patch that makes this change is:
(http://www.emn.fr/x-info/coccinelle/)
@@ expression E; constant C; @@
(
- !E == C
+ E != C
)
Signed-off-by: Diego Liziero <diegoliz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
