All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] delete useless initialization
@ 2011-08-04 10:29 ` Julia Lawall
  0 siblings, 0 replies; 20+ messages in thread
From: Julia Lawall @ 2011-08-04 10:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-janitors

These patches fix cases where a variable is initialized in some non-trivial
way, and the result is immediately overwritten with the result of some
allocation function.


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

end of thread, other threads:[~2011-08-16 11:56 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 10:29 [PATCH 0/4] delete useless initialization Julia Lawall
2011-08-04 10:29 ` Julia Lawall
2011-08-04 10:29 ` [PATCH 1/4] fs/ext3/balloc.c: " Julia Lawall
2011-08-04 10:29   ` Julia Lawall
2011-08-04 10:40   ` Jan Kara
2011-08-04 10:40     ` Jan Kara
2011-08-05 17:24     ` Eric Sandeen
2011-08-05 19:08       ` Julia Lawall
2011-08-04 10:29 ` [PATCH 2/4] fs/ext2/balloc.c: " Julia Lawall
2011-08-04 10:29   ` Julia Lawall
2011-08-04 10:39   ` Jan Kara
2011-08-04 10:39     ` Jan Kara
2011-08-04 10:29 ` [PATCH 3/4] drivers/media/video/hexium_gemini.c: " Julia Lawall
2011-08-04 10:29   ` Julia Lawall
2011-08-16 11:55   ` [PATCH 3/4] drivers/media/video/hexium_gemini.c: delete useless Jean Delvare
2011-08-16 11:55     ` [PATCH 3/4] drivers/media/video/hexium_gemini.c: delete useless initialization Jean Delvare
2011-08-04 10:29 ` [PATCH 4/4] drivers/leds/leds-pca9532.c: " Julia Lawall
2011-08-04 10:29   ` Julia Lawall
2011-08-05 22:37   ` [PATCH 4/4] drivers/leds/leds-pca9532.c: delete useless Wolfram Sang
2011-08-05 22:37     ` [PATCH 4/4] drivers/leds/leds-pca9532.c: delete useless initialization Wolfram Sang

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.