All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/14] delete double assignment
@ 2010-10-26 10:25 ` Julia Lawall
  0 siblings, 0 replies; 82+ messages in thread
From: Julia Lawall @ 2010-10-26 10:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-janitors

These patches fix cases where there are two adjacent assignments to the
same location.  In practice, many such occurrences appear to be
intentional, eg to initialize volatile memory, but these cases do not seem
to fall into that category.


^ permalink raw reply	[flat|nested] 82+ messages in thread

end of thread, other threads:[~2010-11-24 16:51 UTC | newest]

Thread overview: 82+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-26 10:25 [PATCH 0/14] delete double assignment Julia Lawall
2010-10-26 10:25 ` Julia Lawall
2010-10-26 10:25 ` [PATCH 1/14] drivers/staging: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 10:25 ` [PATCH 2/14] drivers/usb/gadget/amd5536udc.c: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 13:43   ` Thomas Dahlmann
2010-10-26 13:43     ` Thomas Dahlmann
2010-10-26 10:25 ` [PATCH 3/14] drivers/vhost/vhost.c: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 11:06   ` Michael S. Tsirkin
2010-10-26 11:06     ` Michael S. Tsirkin
2010-10-26 11:06     ` Michael S. Tsirkin
2010-10-26 10:25 ` [PATCH 4/14] drivers/staging/brcm80211/brcmfmac/dhd_linux.c: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 10:25 ` [PATCH 5/14] drivers/net/sb1000.c: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 11:58   ` walter harms
2010-10-26 11:58     ` walter harms
2010-10-26 12:25     ` Julia Lawall
2010-10-26 12:25       ` Julia Lawall
2010-10-27 19:23   ` David Miller
2010-10-27 19:23     ` David Miller
2010-10-26 10:25 ` [PATCH 6/14] arch/mips/pmc-sierra/yosemite/setup.c: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-11-09  0:48   ` Ralf Baechle
2010-11-09  0:48     ` [PATCH 6/14] arch/mips/pmc-sierra/yosemite/setup.c: delete Ralf Baechle
2010-11-09  7:10     ` [PATCH 6/14] arch/mips/pmc-sierra/yosemite/setup.c: delete double assignment Julia Lawall
2010-11-09  7:10       ` [PATCH 6/14] arch/mips/pmc-sierra/yosemite/setup.c: delete double Julia Lawall
2010-10-26 10:25 ` [PATCH 7/14] drivers/net/typhoon.c: delete double assignment Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 11:52   ` David Dillow
2010-10-26 11:52     ` David Dillow
2010-10-27 19:24   ` David Miller
2010-10-27 19:24     ` David Miller
2010-10-26 10:25 ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-27  1:09   ` Henrique de Moraes Holschuh
2010-10-27  1:09     ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete Henrique de Moraes Holschuh
2010-10-27  1:24     ` [ibm-acpi-devel] [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double assignment Henrique de Moraes Holschuh
2010-10-27  1:24       ` [ibm-acpi-devel] [PATCH 8/14] Henrique de Moraes Holschuh
2010-10-27  3:54     ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double assignment Dan Carpenter
2010-10-27  3:54       ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete Dan Carpenter
2010-10-27 21:42       ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double assignment Henrique de Moraes Holschuh
2010-10-27 21:42         ` Henrique de Moraes Holschuh
2010-10-27 21:42         ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete Henrique de Moraes Holschuh
2010-10-27  5:03     ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double assignment Julia Lawall
2010-10-27  5:03       ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double Julia Lawall
2010-10-27  7:18     ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double assignment walter harms
2010-10-27  7:18       ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double walter harms
2010-10-27  8:11       ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double assignment Dan Carpenter
2010-10-27  8:11         ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete Dan Carpenter
2010-11-24 16:51   ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double assignment Matthew Garrett
2010-11-24 16:51     ` Matthew Garrett
2010-11-24 16:51     ` [PATCH 8/14] drivers/platform/x86/thinkpad_acpi.c: delete Matthew Garrett
2010-10-26 10:25 ` [PATCH 9/14] sound/oss/sb_ess.c: delete double assignment Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-27  7:13   ` Takashi Iwai
2010-10-27  7:13     ` Takashi Iwai
2010-10-27  7:13     ` Takashi Iwai
2010-10-26 10:25 ` [PATCH 10/14] drivers/isdn: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 11:55   ` walter harms
2010-10-26 11:55     ` walter harms
2010-10-26 12:01     ` Julia Lawall
2010-10-26 12:01       ` Julia Lawall
2010-10-26 12:20     ` Julia Lawall
2010-10-26 12:20       ` Julia Lawall
2010-10-27 19:24       ` David Miller
2010-10-27 19:24         ` David Miller
2010-10-26 10:25 ` [PATCH 11/14] drivers/serial/vr41xx_siu.c: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 10:25 ` [PATCH 12/14] drivers/video/omap/blizzard.c: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 12:36   ` Nicolas Kaiser
2010-10-26 12:36     ` [PATCH 12/14] drivers/video/omap/blizzard.c: delete double Nicolas Kaiser
2010-10-26 10:25 ` [PATCH 13/14] drivers/scsi/be2iscsi/be_main.c: delete double assignment Julia Lawall
2010-10-26 10:25   ` Julia Lawall
2010-10-26 10:25 ` [PATCH 14/14] drivers/ata/pata_octeon_cf.c: " Julia Lawall
2010-10-26 10:25   ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.