Julia Lawall 32e4d9df60 agp: 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 <Julia.Lawall@inria.fr>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2020-09-28 06:06:52 +10:00
..
2020-08-03 19:30:59 -07:00
2018-06-05 11:24:55 -07:00
2020-01-30 06:58:33 +01:00
2020-08-23 17:36:59 -05:00
2020-03-19 07:41:02 +01:00
2020-08-23 17:36:59 -05:00