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

diff --git a/a/1.txt b/N1/1.txt
index a05c33c..85347e8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,7 +19,8 @@ On 08/10/12 16:05, 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)
 >>>  ;
 >>>
@@ -28,7 +29,8 @@ On 08/10/12 16:05, 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)
 >>>  ;
 >>>
@@ -37,7 +39,8 @@ On 08/10/12 16:05, Julia Lawall wrote:
 >>> identifier x;
 >>> @@
 >>>
->>> struct i2c_msg x >>> - {.addr = a, .buf = b, .len = c, .flags = d}
+>>> struct i2c_msg x =
+>>> - {.addr = a, .buf = b, .len = c, .flags = d}
 >>> + I2C_MSG_OP(a,b,c,d)
 >>>  ;
 >>> // </smpl>
diff --git a/a/content_digest b/N1/content_digest
index 11dea59..48bb516 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,7 +4,7 @@
  "ref\0alpine.DEB.2.02.1210080704440.1972@localhost6.localdomain6\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\0Mon, 08 Oct 2012 05:13:52 +0000\0"
+ "Date\0Mon, 08 Oct 2012 16:13:52 +1100\0"
  "To\0Julia Lawall <julia.lawall@lip6.fr>\0"
  "Cc\0Antti Palosaari <crope@iki.fi>"
   kernel-janitors@vger.kernel.org
@@ -35,7 +35,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"
@@ -44,7 +45,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"
@@ -53,7 +55,8 @@
  ">>> identifier x;\n"
  ">>> @@\n"
  ">>>\n"
- ">>> struct i2c_msg x >>> - {.addr = a, .buf = b, .len = c, .flags = d}\n"
+ ">>> struct i2c_msg x =\n"
+ ">>> - {.addr = a, .buf = b, .len = c, .flags = d}\n"
  ">>> + I2C_MSG_OP(a,b,c,d)\n"
  ">>>  ;\n"
  ">>> // </smpl>\n"
@@ -97,4 +100,4 @@
  "\n"
  ~Ryan
 
-5f4161b446db6453b881fab486dd8c53bd7a40c78f13caf57dafbd6d825bdb5c
+0deee5e2629adb3ad9e274438643f8c1a5a692de96838263f3a9571c0eb174c0

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.