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

diff --git a/a/1.txt b/N1/1.txt
index b886f6e..fd90b3e 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 fb_fix_screeninfo i@p = { ... };
+static struct fb_fix_screeninfo 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 fb_fix_screeninfo 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 d9a3f07..4a77c09 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
- "From\0Gustavo A. R. Silva <garsilva@embeddedor.com>\0"
+ "From\0garsilva@embeddedor.com (Gustavo A. R. Silva)\0"
  "Subject\0[PATCH] video: xilinxfb: constify fb_fix_screeninfo and fb_var_screeninfo structures\0"
- "Date\0Sat, 08 Jul 2017 01:24:16 +0000\0"
+ "Date\0Fri, 7 Jul 2017 20:24:16 -0500\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -13,21 +13,21 @@
  "identifier i;\n"
  "position p;\n"
  "@@\n"
- "static struct fb_fix_screeninfo i@p = { ... };\n"
+ "static struct fb_fix_screeninfo 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 fb_fix_screeninfo e;\n"
  "@@\n"
- "e@i@p\n"
+ "e at i@p\n"
  "\n"
  "@depends on !bad disable optional_qualifier@\n"
  "identifier r.i;\n"
@@ -67,4 +67,4 @@
  "-- \n"
  2.5.0
 
-c6e8807d1c611d008d93cb65584d7dd3d6befc363065057171dd9a8f420cdb12
+bf5169ae3925ccc1ea8a1fbba2a45227c7d141ed01fb6de9deb46d2b03e9326e

diff --git a/a/content_digest b/N2/content_digest
index d9a3f07..90a7746 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,13 @@
  "From\0Gustavo A. R. Silva <garsilva@embeddedor.com>\0"
  "Subject\0[PATCH] video: xilinxfb: constify fb_fix_screeninfo and fb_var_screeninfo structures\0"
- "Date\0Sat, 08 Jul 2017 01:24:16 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Fri, 7 Jul 2017 20:24:16 -0500\0"
+ "To\0Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>"
+  Michal Simek <michal.simek@xilinx.com>
+ " S\303\266ren Brinkmann <soren.brinkmann@xilinx.com>\0"
+ "Cc\0linux-fbdev@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"
  "These structures are only used to copy into other structures,\n"
@@ -67,4 +73,4 @@
  "-- \n"
  2.5.0
 
-c6e8807d1c611d008d93cb65584d7dd3d6befc363065057171dd9a8f420cdb12
+49e0ff063924e9951d8e197727dd4f3412a2963298f01c3de9f03242718ee4cb

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.