All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5071FEC1.10507@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index f7a620e..8469d96 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -21,7 +21,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)
 >  ;
 > 
@@ -30,7 +31,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 b720761..b1e0bc1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01349624323-15584-14-git-send-email-Julia.Lawall@lip6.fr\0"
  "From\0Ryan Mallon <rmallon@gmail.com>\0"
  "Subject\0Re: [PATCH 12/13] drivers/media/tuners/max2165.c: use macros for i2c_msg initialization\0"
- "Date\0Sun, 07 Oct 2012 22:14:25 +0000\0"
+ "Date\0Mon, 08 Oct 2012 09:14:25 +1100\0"
  "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0"
  "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>"
   kernel-janitors@vger.kernel.org
@@ -34,7 +34,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"
@@ -43,7 +44,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"
@@ -117,4 +119,4 @@
  ">  \n"
  >
 
-0771afc77eec6e3be5a5803fb7778416500483ea2522602971686faf7e3ff9c7
+2c394b1bff9cb69d3889a483f004e620d6e22b609fd40d198014f6dd22bd6905

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.