All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100528154041.GA27186@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index 81a2b1c..42cc241 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -56,7 +56,7 @@ directory without a problem, right?
 > +       dmi = NULL;
 > +       while ((dmi = dmi_find_device(DMI_DEV_TYPE_DEVSLOT, NULL, dmi)) != NULL) {
 > +               dslot = dmi->device_data;
-> +               if (dslot && dslot->bus = bus && dslot->devfn = devfn) {
+> +               if (dslot && dslot->bus == bus && dslot->devfn == devfn) {
 > +                       if (buf)
 > +                               return scnprintf(buf, PAGE_SIZE, "%s\n", dmi->name);
 > +                       return strlen(dmi->name);
@@ -146,7 +146,7 @@ to support another manufacturer?
 > +
 > +       switch (obj->type) {
 > +       case ACPI_TYPE_PACKAGE:
-> +               if (obj->package.count = 2) {
+> +               if (obj->package.count == 2) {
 > +                       len = obj->package.elements[0].integer.value;
 > +                       if (buf) {
 > +                               if (!strncmp(attribute, "index", strlen(attribute)))
diff --git a/a/content_digest b/N1/content_digest
index 27a87a5..3d4adcb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020100528115520.GA24114@littleblue.us.dell.com\0"
  "From\0Greg KH <greg@kroah.com>\0"
- "Subject\0Re: [PATCH 1/2] Export firmware assigned labels of network devices\0"
- "Date\0Fri, 28 May 2010 15:40:41 +0000\0"
+ "Subject\0Re: [PATCH 1/2] Export firmware assigned labels of network devices to sysfs\0"
+ "Date\0Fri, 28 May 2010 08:40:41 -0700\0"
  "To\0K"
  " Narendra <Narendra_K@dell.com>\0"
  "Cc\0netdev@vger.kernel.org <netdev@vger.kernel.org>"
@@ -75,7 +75,7 @@
  "> +       dmi = NULL;\n"
  "> +       while ((dmi = dmi_find_device(DMI_DEV_TYPE_DEVSLOT, NULL, dmi)) != NULL) {\n"
  "> +               dslot = dmi->device_data;\n"
- "> +               if (dslot && dslot->bus = bus && dslot->devfn = devfn) {\n"
+ "> +               if (dslot && dslot->bus == bus && dslot->devfn == devfn) {\n"
  "> +                       if (buf)\n"
  "> +                               return scnprintf(buf, PAGE_SIZE, \"%s\\n\", dmi->name);\n"
  "> +                       return strlen(dmi->name);\n"
@@ -165,7 +165,7 @@
  "> +\n"
  "> +       switch (obj->type) {\n"
  "> +       case ACPI_TYPE_PACKAGE:\n"
- "> +               if (obj->package.count = 2) {\n"
+ "> +               if (obj->package.count == 2) {\n"
  "> +                       len = obj->package.elements[0].integer.value;\n"
  "> +                       if (buf) {\n"
  "> +                               if (!strncmp(attribute, \"index\", strlen(attribute)))\n"
@@ -310,4 +310,4 @@
  "\n"
  greg k-h
 
-650ecc73b4afe3f6d9a248c44825db9d2f220c061fc80598af3694734b444284
+d37e3706c41b689340e50a35816717ee07ed39b0cd9da544e9067c8294061bd4

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.