All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170711212929.GA1037@embeddedgus>

diff --git a/a/1.txt b/N1/1.txt
index 502b540..33d2cbe 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,21 +7,21 @@ This issue was detected using Coccinelle and the following semantic patch:
 identifier i;
 position p;
 @@
-static struct gpio_chip i@p = { ... };
+static struct gpio_chip i at p = { ... };
 
 @ok@
 identifier r.i;
 expression e;
 position p;
 @@
-e = i@p;
+e = i at p;
 
 @bad@
 position p != {r.p,ok.p};
 identifier r.i;
 struct gpio_chip e;
 @@
-e@i@p
+e at i@p
 
 @depends on !bad disable optional_qualifier@
 identifier r.i;
diff --git a/a/content_digest b/N1/content_digest
index 83aa66e..c0462c2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,7 @@
- "From\0Gustavo A. R. Silva <garsilva@embeddedor.com>\0"
+ "From\0garsilva@embeddedor.com (Gustavo A. R. Silva)\0"
  "Subject\0[PATCH] pinctrl: nomadik: abx500: constify gpio_chip structure\0"
  "Date\0Tue, 11 Jul 2017 16:29:29 -0500\0"
- "To\0Linus Walleij <linus.walleij@linaro.org>"
- " Alessandro Rubini <rubini@unipv.it>\0"
- "Cc\0linux-arm-kernel@lists.infradead.org"
-  linux-gpio@vger.kernel.org
-  linux-kernel@vger.kernel.org
- " Gustavo A. R. Silva <garsilva@embeddedor.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "This structure is only used to copy into another structure, so declare\n"
@@ -18,21 +13,21 @@
  "identifier i;\n"
  "position p;\n"
  "@@\n"
- "static struct gpio_chip i@p = { ... };\n"
+ "static struct gpio_chip i at p = { ... };\n"
  "\n"
  "@ok@\n"
  "identifier r.i;\n"
  "expression e;\n"
  "position p;\n"
  "@@\n"
- "e = i@p;\n"
+ "e = i at p;\n"
  "\n"
  "@bad@\n"
  "position p != {r.p,ok.p};\n"
  "identifier r.i;\n"
  "struct gpio_chip e;\n"
  "@@\n"
- "e@i@p\n"
+ "e at i@p\n"
  "\n"
  "@depends on !bad disable optional_qualifier@\n"
  "identifier r.i;\n"
@@ -74,4 +69,4 @@
  "-- \n"
  2.5.0
 
-09cd2d9bdba256e176990a206d66725f20332ccbf3fe5de3345287cc611a3fc0
+3914cc1c2c1b58d66fcefebf8796c8d2c58bff4bfb0b9c7c4e5673def1ad2018

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.