Skip to content

Commit

Permalink
scripts/coccinelle: Update unsigned suffix script
Browse files Browse the repository at this point in the history
Update unsigned suffix script to properly match multiplication.
Fix provided by Himanshu Jha.

Signed-off-by: Patrik Flykt <[email protected]>
pfl authored and galak committed Mar 28, 2019
1 parent 24d7143 commit 2fb87b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/coccinelle/unsigned_suffix.cocci
Original file line number Diff line number Diff line change
@@ -100,9 +100,8 @@ identifier r_rewrite.z;
- C
+ z
|
v *
- C
+ z
- v * C
+ v * z
|
v /
- C

0 comments on commit 2fb87b9

Please sign in to comment.