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

diff --git a/a/1.txt b/N1/1.txt
index b6495d0..7003bed 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 181bcd1..bf20761 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: st: constify gpio_chip structure\0"
  "Date\0Tue, 11 Jul 2017 13:15:19 -0500\0"
- "To\0Patrice Chotard <patrice.chotard@st.com>"
- " Linus Walleij <linus.walleij@linaro.org>\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 other 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
 
-9f08dc1a4f7cff75dea428591a7a3a879a14fc09dbb515657de68125b58a25e3
+cbb9bcb25c681cb61775b18686dc33757c1046bc231ac13d3dc3e8e3fc5bf9e3

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.