aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bpf_helpers_doc.py
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 /scripts/bpf_helpers_doc.py
parentMerge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (diff)
downloadlinux-dev-32e4d9df60f71d641fbe628a9afbe2f44d7e9a37.tar.xz
linux-dev-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 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions