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

diff --git a/a/1.txt b/N1/1.txt
index df29f6d..ab07344 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,21 +8,21 @@ This issue was detected using Coccinelle and the following semantic patch:
 identifier i;
 position p;
 @@
-static struct vb2_ops i at p = { ... };
+static struct vb2_ops i@p = { ... };
 
 @ok@
 identifier r.i;
 struct vb2_queue e;
 position p;
 @@
-e.ops = &i at p;
+e.ops = &i@p;
 
 @bad@
 position p != {r.p,ok.p};
 identifier r.i;
 struct vb2_ops e;
 @@
-e at i@p
+e@i@p
 
 @depends on !bad disable optional_qualifier@
 identifier r.i;
diff --git a/a/content_digest b/N1/content_digest
index 107386a..3a9c7fd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,13 @@
- "From\0garsilva@embeddedor.com (Gustavo A. R. Silva)\0"
+ "From\0Gustavo A. R. Silva <garsilva@embeddedor.com>\0"
  "Subject\0[PATCH] stm32-dcmi: constify vb2_ops structure\0"
  "Date\0Thu, 6 Jul 2017 15:05:17 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Mauro Carvalho Chehab <mchehab@kernel.org>"
+  Maxime Coquelin <mcoquelin.stm32@gmail.com>
+ " Alexandre Torgue <alexandre.torgue@st.com>\0"
+ "Cc\0linux-media@vger.kernel.org"
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+ " Gustavo A. R. Silva <garsilva@embeddedor.com>\0"
  "\00:1\0"
  "b\0"
  "Check for vb2_ops structures that are only stored in the ops field of a\n"
@@ -14,21 +20,21 @@
  "identifier i;\n"
  "position p;\n"
  "@@\n"
- "static struct vb2_ops i at p = { ... };\n"
+ "static struct vb2_ops i@p = { ... };\n"
  "\n"
  "@ok@\n"
  "identifier r.i;\n"
  "struct vb2_queue e;\n"
  "position p;\n"
  "@@\n"
- "e.ops = &i at p;\n"
+ "e.ops = &i@p;\n"
  "\n"
  "@bad@\n"
  "position p != {r.p,ok.p};\n"
  "identifier r.i;\n"
  "struct vb2_ops e;\n"
  "@@\n"
- "e at i@p\n"
+ "e@i@p\n"
  "\n"
  "@depends on !bad disable optional_qualifier@\n"
  "identifier r.i;\n"
@@ -58,4 +64,4 @@
  "-- \n"
  2.5.0
 
-92d0cffdef004954cace3ad7884416eb7d21b235086ae8c9beaec7c1bb7bb6e4
+1e5c605780581dd44479d32b077df83f8503c73bd7993d4401b09992dd97f4b0

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.