diff options
| author | Diego Liziero <[email protected]> | 2009-04-14 04:33:54 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2009-06-19 11:00:37 -0700 |
| commit | 290d4c23506545633878132860cc7d4fac0da23e (patch) | |
| tree | b9a07f7a8d1a74e9c60aad9799b16bf472f76bf1 /tools/perf/scripts/python/bin | |
| parent | 5aaeab6606dc06bea229bf2774ac1661923c2f07 (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions