diff for duplicates of <5071B3D1.6080004@bfs.de> diff --git a/a/1.txt b/N1/1.txt index 4ae6e27..a028c34 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,7 +23,8 @@ Am 07.10.2012 18:50, 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:50, 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:50, 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 352945f..d006339 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0alpine.DEB.2.02.1210071845030.2745@localhost6.localdomain6\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:54:41 +0000\0" + "Date\0Sun, 07 Oct 2012 18:54:41 +0200\0" "To\0Julia Lawall <julia.lawall@lip6.fr>\0" "Cc\0Michael Buesch <m@bues.ch>" 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" @@ -115,4 +118,4 @@ "> \n" > -a8f20db290d36d4b4507634b3d4fd426179150716ede872b52cb7728413d098a +671ebaa74660e1693646162fb13332c64fcf342a7c04ee26317a580100b93870
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.