summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDiego Liziero <diegoliz@gmail.com>2009-04-14 06:33:54 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-19 22:00:37 +0400
commit290d4c23506545633878132860cc7d4fac0da23e (patch)
treeb9a07f7a8d1a74e9c60aad9799b16bf472f76bf1 /scripts
parent5aaeab6606dc06bea229bf2774ac1661923c2f07 (diff)
downloadlinux-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')
0 files changed, 0 insertions, 0 deletions