kernel_optimize_test/sound/pci/ctxfi
Julia Lawall 071f1344f4 ALSA: pci: constify local structures
For structure types defined in the same file or local header files, find
top-level static structure declarations that have the following
properties:
1. Never reassigned.
2. Address never taken
3. Not passed to a top-level macro call
4. No pointer or array-typed field passed to a function or stored in a
variable.
Declare structures having all of these properties as const.

Done using Coccinelle.
Based on a suggestion by Joe Perches <joe@perches.com>.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-09-12 08:17:19 +02:00
..
ct20k1reg.h
ct20k2reg.h
ctamixer.c
ctamixer.h
ctatc.c ALSA: pci: constify local structures 2016-09-12 08:17:19 +02:00
ctatc.h
ctdaio.c
ctdaio.h
cthardware.c
cthardware.h
cthw20k1.c
cthw20k1.h
cthw20k2.c
cthw20k2.h
ctimap.c
ctimap.h
ctmixer.c
ctmixer.h
ctpcm.c ALSA: constify snd_pcm_ops structures 2016-09-02 11:49:10 +02:00
ctpcm.h
ctresource.c
ctresource.h
ctsrc.c
ctsrc.h
cttimer.c
cttimer.h
ctvmem.c ALSA: squash lines for simple wrapper functions 2016-09-07 20:35:29 +02:00
ctvmem.h
Makefile
xfi.c