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

diff --git a/a/1.txt b/N1/1.txt
index 72585af..0c86675 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -21,7 +21,8 @@ On 08/10/12 03:44, 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 03:44, 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)
 >>>  ;
 >>>
@@ -39,7 +41,8 @@ On 08/10/12 03:44, 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 e4ecab9..f439219 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,7 +4,7 @@
  "ref\0alpine.DEB.2.02.1210071839040.2745@localhost6.localdomain6\0"
  "From\0Ryan Mallon <rmallon@gmail.com>\0"
  "Subject\0Re: [PATCH 13/13] drivers/media/tuners/e4000.c: use macros for i2c_msg initialization\0"
- "Date\0Sun, 07 Oct 2012 21:52:38 +0000\0"
+ "Date\0Mon, 08 Oct 2012 08:52:38 +1100\0"
  "To\0Julia Lawall <julia.lawall@lip6.fr>\0"
  "Cc\0walter harms <wharms@bfs.de>"
   Antti Palosaari <crope@iki.fi>
@@ -38,7 +38,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"
@@ -47,7 +48,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"
@@ -56,7 +58,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"
@@ -102,4 +105,4 @@
  "\n"
  ~Ryan
 
-ba8b276a1530e0f6c8049e3fd97172447d65732e6a0ac95649865aecebcc06e6
+18cee6273e80adb41911e59d9d635fc2daac963da9bcdcc0f55ad9f16e111aa4

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.