We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad9868 commit 86d6a61Copy full SHA for 86d6a61
coccinelle/enum_bitops.cocci
@@ -38,7 +38,7 @@ position p;
38
|
39
test_and_set_bit(F, &var->flags)@p
40
41
- test_and_set_bit(F, &var->flags)@p
+ test_and_clear_bit(F, &var->flags)@p
42
)
43
44
@script:python depends on report@
0 commit comments