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

diff --git a/a/1.txt b/N1/1.txt
index c1629d6..d7dea06 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 5a5e165..64e72da 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,7 @@
- "From\0Gustavo A. R. Silva <garsilva@embeddedor.com>\0"
+ "From\0garsilva@embeddedor.com (Gustavo A. R. Silva)\0"
  "Subject\0[PATCH] pinctrl: bcm2835: constify gpio_chip structure\0"
  "Date\0Tue, 11 Jul 2017 13:03:39 -0500\0"
- "To\0Linus Walleij <linus.walleij@linaro.org>"
-  Florian Fainelli <f.fainelli@gmail.com>
-  Ray Jui <rjui@broadcom.com>
-  Scott Branden <sbranden@broadcom.com>
-  Eric Anholt <eric@anholt.net>
- " Stefan Wahren <stefan.wahren@i2se.com>\0"
- "Cc\0bcm-kernel-feedback-list@broadcom.com"
-  linux-gpio@vger.kernel.org
-  linux-rpi-kernel@lists.infradead.org
-  linux-arm-kernel@lists.infradead.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"
@@ -24,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"
@@ -80,4 +69,4 @@
  "-- \n"
  2.5.0
 
-e41f092234d83e44c6db0d58b26202c02c0697249b5a57770c9cf167b42c0cf5
+efbdf18ff1ccf224029e782a9adabcb2c5de8b24d96f0e17d079e3c706188c32

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.