All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5071B147.3010708@bfs.de>

diff --git a/a/1.txt b/N1/1.txt
index b4c493c..93d6587 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,7 +17,8 @@ Am 07.10.2012 17:38, schrieb Julia Lawall:
 > 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)
 >  ;
 > 
@@ -26,7 +27,8 @@ Am 07.10.2012 17:38, schrieb Julia Lawall:
 > 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 7711e27..9598a63 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01349624323-15584-11-git-send-email-Julia.Lawall@lip6.fr\0"
  "From\0walter harms <wharms@bfs.de>\0"
  "Subject\0Re: [PATCH 9/13] drivers/media/tuners/fc0011.c: use macros for i2c_msg initialization\0"
- "Date\0Sun, 07 Oct 2012 16:43:51 +0000\0"
+ "Date\0Sun, 07 Oct 2012 18:43:51 +0200\0"
  "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0"
  "Cc\0Michael Buesch <m@bues.ch>"
   kernel-janitors@vger.kernel.org
@@ -32,7 +32,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"
@@ -41,7 +42,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"
@@ -104,4 +106,4 @@
  "> \n"
  >
 
-b5d5c30ea65dd2882a9a137709cb72ca4b467d76d115274c5186d3484de295a2
+4377c2cd9cc852474c7632c0d476549794010391da1aded5726bc6a3b4a91353

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.