All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160108151216.GJ3097@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index b089c7d..1bed70d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,16 +11,16 @@ On Fri, Jan 08, 2016 at 03:01:37PM +0000, Mark Rutland wrote:
 > > > example:
 > > > 
 > > > static const struct dmi_system_id yyy[] = {
-> > >         {
-> > >                 .ident = "<Platform ident string>",
-> > >                 .callback = <handler>,
-> > >                 .matches = {
-> > >                         DMI_MATCH(DMI_SYS_VENDOR, "<system vendor>"),
-> > >                         DMI_MATCH(DMI_PRODUCT_NAME, "<product name>"),
-> > >                         DMI_MATCH(DMI_PRODUCT_VERSION, "product version"),
-> > >                 },
-> > >         },
-> > >         { }
+> > > ????????{
+> > > ????????????????.ident = "<Platform ident string>",
+> > > ????????????????.callback = <handler>,
+> > > ????????????????.matches = {
+> > > ????????????????????????DMI_MATCH(DMI_SYS_VENDOR, "<system vendor>"),
+> > > ????????????????????????DMI_MATCH(DMI_PRODUCT_NAME, "<product name>"),
+> > > ????????????????????????DMI_MATCH(DMI_PRODUCT_VERSION, "product version"),
+> > > ????????????????},
+> > > ????????},
+> > > ????????{ }
 > > > };
 > > > 
 > > 
diff --git a/a/content_digest b/N1/content_digest
index b7d6985..adfbcfc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,35 +2,10 @@
  "ref\01450278993-12664-23-git-send-email-tn@semihalf.com\0"
  "ref\01452262581.31901.26.camel@redhat.com\0"
  "ref\020160108150137.GH3097@leverpostej\0"
- "From\0Mark Rutland <mark.rutland@arm.com>\0"
- "Subject\0Re: [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks.\0"
+ "From\0mark.rutland@arm.com (Mark Rutland)\0"
+ "Subject\0[PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks.\0"
  "Date\0Fri, 8 Jan 2016 15:12:17 +0000\0"
- "To\0Mark Salter <msalter@redhat.com>\0"
- "Cc\0linaro-acpi@lists.linaro.org"
-  linux-pci@vger.kernel.org
-  will.deacon@arm.com
-  okaya@codeaurora.org
-  wangyijing@huawei.com
-  Lorenzo.Pieralisi@arm.com
-  Tomasz Nowicki <tn@semihalf.com>
-  ddaney@caviumnetworks.com
-  linux-acpi@vger.kernel.org
-  robert.richter@caviumnetworks.com
-  linux-arm-kernel@lists.infradead.org
-  catalin.marinas@arm.com
-  arnd@arndb.de
-  Stefano.Stabellini@eu.citrix.com
-  Liviu.Dudau@arm.com
-  bhelgaas@google.com
-  tglx@linutronix.de
-  mw@semihalf.com
-  jcm@redhat.com
-  jchandra@broadcom.com
-  rjw@rjwysocki.net
-  linux-kernel@vger.kernel.org
-  hanjun.guo@linaro.org
-  Suravee.Suthikulpanit@amd.com
- " jiang.liu@linux.intel.com\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Jan 08, 2016 at 03:01:37PM +0000, Mark Rutland wrote:\n"
@@ -46,16 +21,16 @@
  "> > > example:\n"
  "> > > \n"
  "> > > static const struct dmi_system_id yyy[] = {\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240{\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240.ident = \"<Platform ident string>\",\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240.callback = <handler>,\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240.matches = {\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240DMI_MATCH(DMI_SYS_VENDOR, \"<system vendor>\"),\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240DMI_MATCH(DMI_PRODUCT_NAME, \"<product name>\"),\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240DMI_MATCH(DMI_PRODUCT_VERSION, \"product version\"),\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240},\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240},\n"
- "> > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240{ }\n"
+ "> > > ????????{\n"
+ "> > > ????????????????.ident = \"<Platform ident string>\",\n"
+ "> > > ????????????????.callback = <handler>,\n"
+ "> > > ????????????????.matches = {\n"
+ "> > > ????????????????????????DMI_MATCH(DMI_SYS_VENDOR, \"<system vendor>\"),\n"
+ "> > > ????????????????????????DMI_MATCH(DMI_PRODUCT_NAME, \"<product name>\"),\n"
+ "> > > ????????????????????????DMI_MATCH(DMI_PRODUCT_VERSION, \"product version\"),\n"
+ "> > > ????????????????},\n"
+ "> > > ????????},\n"
+ "> > > ????????{ }\n"
  "> > > };\n"
  "> > > \n"
  "> > \n"
@@ -88,4 +63,4 @@
  "Thanks,\n"
  Mark.
 
-c911f91881cbbbbb9f3a59e6efe70d7ad679b24eacd1957c4971b01ad8accf7d
+e0ef8a57140d55cff8df9c644fe7cbc712117500552ebc6892354003b2d937ac

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.