diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2020-09-27 21:12:18 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-09-28 06:06:52 +1000 |
commit | 32e4d9df60f71d641fbe628a9afbe2f44d7e9a37 (patch) | |
tree | 789ac930f98dfe2f5d32f27acaed9ca6ab157834 /drivers/char/applicom.c | |
parent | 6ea6be77086f23d4b346c9946dae24593befda2e (diff) | |
download | linux-stable-32e4d9df60f71d641fbe628a9afbe2f44d7e9a37.tar.gz linux-stable-32e4d9df60f71d641fbe628a9afbe2f44d7e9a37.tar.bz2 linux-stable-32e4d9df60f71d641fbe628a9afbe2f44d7e9a37.zip |
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>
Diffstat (limited to 'drivers/char/applicom.c')
0 files changed, 0 insertions, 0 deletions