Skip to content

Commit 2fb87b9

Browse files
pflgalak
authored andcommitted
scripts/coccinelle: Update unsigned suffix script
Update unsigned suffix script to properly match multiplication. Fix provided by Himanshu Jha. Signed-off-by: Patrik Flykt <[email protected]>
1 parent 24d7143 commit 2fb87b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/coccinelle/unsigned_suffix.cocci

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ identifier r_rewrite.z;
100100
- C
101101
+ z
102102
|
103-
v *
104-
- C
105-
+ z
103+
- v * C
104+
+ v * z
106105
|
107106
v /
108107
- C

0 commit comments

Comments
 (0)