diff for duplicates of <5071FA5D.30003@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 2856994..42455ef 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,8 @@ On 08/10/12 02:38, Julia Lawall wrote: > identifier x; > @@ > -> struct i2c_msg x > - {.addr = a, .buf = b, .len = c, .flags = I2C_M_RD} +> struct i2c_msg x = +> - {.addr = a, .buf = b, .len = c, .flags = I2C_M_RD} > + I2C_MSG_READ(a,b,c) > ; > @@ -24,7 +25,8 @@ On 08/10/12 02:38, Julia Lawall wrote: > identifier x; > @@ > -> struct i2c_msg x > - {.addr = a, .buf = b, .len = c, .flags = 0} +> struct i2c_msg x = +> - {.addr = a, .buf = b, .len = c, .flags = 0} > + I2C_MSG_WRITE(a,b,c) > ; > diff --git a/a/content_digest b/N1/content_digest index 03ee0fc..fc30ea2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01349624323-15584-5-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Ryan Mallon <rmallon@gmail.com>\0" "Subject\0Re: [PATCH 3/13] drivers/media/tuners/qt1010.c: use macros for i2c_msg initialization\0" - "Date\0Sun, 07 Oct 2012 21:55:41 +0000\0" + "Date\0Mon, 08 Oct 2012 08:55:41 +1100\0" "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0" "Cc\0Antti Palosaari <crope@iki.fi>" kernel-janitors@vger.kernel.org @@ -29,7 +29,8 @@ "> identifier x;\n" "> @@\n" "> \n" - "> struct i2c_msg x > - {.addr = a, .buf = b, .len = c, .flags = I2C_M_RD}\n" + "> struct i2c_msg x =\n" + "> - {.addr = a, .buf = b, .len = c, .flags = I2C_M_RD}\n" "> + I2C_MSG_READ(a,b,c)\n" "> ;\n" "> \n" @@ -38,7 +39,8 @@ "> identifier x;\n" "> @@\n" "> \n" - "> struct i2c_msg x > - {.addr = a, .buf = b, .len = c, .flags = 0}\n" + "> struct i2c_msg x =\n" + "> - {.addr = a, .buf = b, .len = c, .flags = 0}\n" "> + I2C_MSG_WRITE(a,b,c)\n" "> ;\n" "> \n" @@ -79,4 +81,4 @@ "\n" ~Ryan -dfb632b1749a5fda85e1a1af9e56270505bce2942fea30b708f816b6e86e2436 +b8aa01224c8e5eebe2f9f62261b9e11f5e5285af95fbe95cbebd68fe49c3bf70
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.