summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2020-09-27 21:12:18 +0200
committerDave Airlie <airlied@redhat.com>2020-09-28 06:06:52 +1000
commit32e4d9df60f71d641fbe628a9afbe2f44d7e9a37 (patch)
tree789ac930f98dfe2f5d32f27acaed9ca6ab157834 /include/drm
parent6ea6be77086f23d4b346c9946dae24593befda2e (diff)
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 'include/drm')
0 files changed, 0 insertions, 0 deletions