All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/6] media: convert to c99 format
@ 2012-09-18  9:50 Shubhrajyoti D
  2012-09-18  9:50 ` [PATCHv2 1/6] media: Convert struct i2c_msg initialization to C99 format Shubhrajyoti D
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Shubhrajyoti D @ 2012-09-18  9:50 UTC (permalink / raw)
  To: linux-media; +Cc: linux-kernel, julia.lawall, Shubhrajyoti D

The series tries to convert the i2c_msg to c99 struct.
This may avoid issues like below if someone tries to add an
element to the structure.
http://www.mail-archive.com/linux-i2c@vger.kernel.org/msg08972.html

Special thanks to Julia Lawall for helping it automate.
By the below script.
http://www.mail-archive.com/cocci@diku.dk/msg02753.html



Shubhrajyoti D (6):
  media: Convert struct i2c_msg initialization to C99 format
  media: Convert struct i2c_msg initialization to C99 format
  media: Convert struct i2c_msg initialization to C99 format
  media: Convert struct i2c_msg initialization to C99 format
  media: Convert struct i2c_msg initialization to C99 format
  media: Convert struct i2c_msg initialization to C99 format

 drivers/media/i2c/ks0127.c                    |   14 +++++++-
 drivers/media/i2c/msp3400-driver.c            |   42 +++++++++++++++++++++---
 drivers/media/i2c/tvaudio.c                   |   14 +++++++-
 drivers/media/radio/radio-tea5764.c           |   14 ++++++--
 drivers/media/radio/saa7706h.c                |   16 ++++++++-
 drivers/media/radio/si470x/radio-si470x-i2c.c |   24 ++++++++++---
 6 files changed, 103 insertions(+), 21 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2012-09-18 20:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18  9:50 [PATCHv2 0/6] media: convert to c99 format Shubhrajyoti D
2012-09-18  9:50 ` [PATCHv2 1/6] media: Convert struct i2c_msg initialization to C99 format Shubhrajyoti D
2012-09-18  9:50 ` [PATCHv2 2/6] " Shubhrajyoti D
2012-09-18  9:50 ` [PATCHv2 3/6] " Shubhrajyoti D
2012-09-18  9:50 ` [PATCHv2 4/6] " Shubhrajyoti D
2012-09-18  9:50 ` [PATCHv2 5/6] " Shubhrajyoti D
2012-09-18  9:50 ` [PATCHv2 6/6] " Shubhrajyoti D
2012-09-18  9:56   ` Venu Byravarasu
2012-09-18 10:00     ` Shubhrajyoti Datta
2012-09-18 10:02       ` Venu Byravarasu
2012-09-18 20:09         ` Cody P Schafer
2012-09-18 10:00 ` [PATCHv2 0/6] media: convert to c99 format Hans Verkuil

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.