scripts/coccinelle: find constant additions that could be bit ors
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 2 Feb 2013 16:19:55 +0000 (17:19 +0100)
committerMichal Marek <mmarek@suse.cz>
Fri, 22 Feb 2013 13:26:00 +0000 (14:26 +0100)
Semantic patch (http://coccinelle.lip6.fr/) to check for constants that are
added but are used elsewhere as bitmasks.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found