summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2009-12-10 17:17:49 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-16 00:18:41 -0200
commit909d15a70d6a269ba599c539c55a574482355ff1 (patch)
treef59e507a598e8418ac41af235efbc9a7e8bf8b18 /tools/perf/scripts/python
parentddb0b34f1345e1fec60f168bd99c487699f65212 (diff)
downloadkernel-909d15a70d6a269ba599c539c55a574482355ff1.tar.gz
V4L/DVB (13611): radio-tea5764: Correct size given to memset
Memset should be given the size of the structure, not the size of the pointer. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ type T; T *x; expression E; @@ memset(x, E, sizeof( + * x)) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
38e83340c54639eadfea89b'>CRIS: Remove last traces of legacy RTC driversPaul Bolle 2013-09-10CRIS: remove "config OOM_REBOOT"Paul Bolle 2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2013-06-18cpufreq: cris: select CPU_FREQ_TABLEViresh Kumar 2013-06-16cris: Switch cris to drivers/KconfigGeert Uytterhoeven 2013-04-05arch: cris: amend Kconfig after mtdchar mergeArtem Bityutskiy 2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell 2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell 2013-02-14burying unused conditionalsAl Viro 2013-02-03cris: switch to generic old sigaction()Al Viro 2013-02-03cris: switch to generic old sigsuspendAl Viro 2013-02-03cris: switch to generic sigaltstackAl Viro 2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro 2012-11-28cris: switch to generic fork/vfork/cloneAl Viro 2012-10-14cris: switch to generic kernel_execve/sys_execveAl Viro 2012-10-14cris: switch to generic kernel_thread()Al Viro 2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas 2012-10-03Merge tag 'cris-for-linus-3.7' of git://jni.nu/crisLinus Torvalds 2012-10-03CRIS: Remove VCS simulator specific codeJesper Nilsson 2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells