diff options
author | Julia Lawall <[email protected]> | 2020-09-27 21:12:19 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2020-10-13 17:43:05 -0700 |
commit | 39443a27cb78abc1425830e9f305d7cc0f4ad7ae (patch) | |
tree | efc9c09f4e824c92607dafcea4ccf43316c2da18 /lib/test_overflow.c | |
parent | 4f8a13e1c2c2927e393755f703104e33907cdb4f (diff) |
clk: mvebu: ap80x-cpu: use semicolons rather than commas to separate statements
Replace commas with semicolons. What is done is essentially described by
the following Coccinelle semantic patch (http://coccinelle.lip6.fr/):
// <smpl>
@@ expression e1,e2; @@
e1
-,
+;
e2
... when any
// </smpl>
Signed-off-by: Julia Lawall <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions