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

diff --git a/a/1.txt b/N1/1.txt
index 6e167a9..85da955 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,7 +23,8 @@ Am 07.10.2012 18:44, 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)
 >>>  ;
 >>>
@@ -32,7 +33,8 @@ Am 07.10.2012 18:44, 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)
 >>>  ;
 >>>
@@ -41,7 +43,8 @@ Am 07.10.2012 18:44, schrieb Julia Lawall:
 >>> 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 78f193b..c6ffc81 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,7 +4,7 @@
  "ref\0alpine.DEB.2.02.1210071839040.2745@localhost6.localdomain6\0"
  "From\0walter harms <wharms@bfs.de>\0"
  "Subject\0Re: [PATCH 13/13] drivers/media/tuners/e4000.c: use macros for i2c_msg initialization\0"
- "Date\0Sun, 07 Oct 2012 17:13:24 +0000\0"
+ "Date\0Sun, 07 Oct 2012 19:13:24 +0200\0"
  "To\0Julia Lawall <julia.lawall@lip6.fr>\0"
  "Cc\0Antti Palosaari <crope@iki.fi>"
   kernel-janitors@vger.kernel.org
@@ -40,7 +40,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"
@@ -49,7 +50,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"
@@ -58,7 +60,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"
@@ -158,4 +161,4 @@
  "> \n"
  >
 
-7507fbbd90f444061a436e9da189812c4ec1fbf7b86d1691f0124154972be019
+17736b3b83e3d3bf7408ca0bbd14adcc6fa22c354293cc90676a6d4427bd812f

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.