linux/drivers/char/agp
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
..
agp.h
ali-agp.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
alpha-agp.c
amd64-agp.c
amd-k7-agp.c agp: use semicolons rather than commas to separate statements 2020-09-28 06:06:52 +10:00
ati-agp.c
backend.c
compat_ioctl.c
compat_ioctl.h
efficeon-agp.c
frontend.c mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
generic.c mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
hp-agp.c
i460-agp.c
intel-agp.c
intel-agp.h
intel-gtt.c agp/intel: Fix a memory leak on module initialisation failure 2020-05-22 12:33:40 +01:00
isoch.c
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
nvidia-agp.c agp: use semicolons rather than commas to separate statements 2020-09-28 06:06:52 +10:00
parisc-agp.c
sis-agp.c
sworks-agp.c agp: use semicolons rather than commas to separate statements 2020-09-28 06:06:52 +10:00
uninorth-agp.c
via-agp.c