diff for duplicates of <20100710174938.GA22779@kroah.com> diff --git a/a/1.txt b/N1/1.txt index d644495..d61a984 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,10 +3,10 @@ On Sat, Jul 10, 2010 at 12:14:45PM -0500, Narendra K wrote: Interesting size, too bad you don't reference it again: -> + if (attribute = SMBIOS_ATTR_INSTANCE_SHOW) +> + if (attribute == SMBIOS_ATTR_INSTANCE_SHOW) > + return scnprintf(smbios_attr, PAGE_SIZE, > + "%d\n", donboard->instance); -> + else if (attribute = SMBIOS_ATTR_LABEL_SHOW) +> + else if (attribute == SMBIOS_ATTR_LABEL_SHOW) > + return scnprintf(smbios_attr, PAGE_SIZE, > + "%s\n", dmi->name); diff --git a/a/content_digest b/N1/content_digest index e8fb328..5cfc19f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020100710171445.GA24568@auslistsprd01.us.dell.com\0" "From\0Greg KH <greg@kroah.com>\0" - "Subject\0Re: [PATCH] Export SMBIOS provided firmware instance and label to\0" - "Date\0Sat, 10 Jul 2010 17:49:38 +0000\0" + "Subject\0Re: [PATCH] Export SMBIOS provided firmware instance and label to sysfs\0" + "Date\0Sat, 10 Jul 2010 10:49:38 -0700\0" "To\0Narendra K <Narendra_K@dell.com>\0" "Cc\0netdev@vger.kernel.org" linux-hotplug@vger.kernel.org @@ -17,10 +17,10 @@ "\n" "Interesting size, too bad you don't reference it again:\n" "\n" - "> +\t\t\tif (attribute = SMBIOS_ATTR_INSTANCE_SHOW)\n" + "> +\t\t\tif (attribute == SMBIOS_ATTR_INSTANCE_SHOW)\n" "> +\t\t\t\treturn scnprintf(smbios_attr, PAGE_SIZE,\n" "> +\t\t\t\t\t\t\"%d\\n\", donboard->instance);\n" - "> +\t\t\telse if (attribute = SMBIOS_ATTR_LABEL_SHOW)\n" + "> +\t\t\telse if (attribute == SMBIOS_ATTR_LABEL_SHOW)\n" "> +\t\t\t\treturn scnprintf(smbios_attr, PAGE_SIZE,\n" "> +\t\t\t\t\t\t\"%s\\n\", dmi->name);\n" "\n" @@ -109,4 +109,4 @@ "\n" greg k-h -8aab8dfa118a1ef3733bf8c5c9d1329c1e373ab3aa13e20988b10b3a94a6c87d +ca30d013a317c12c20250fcf077880cf521f2a0ef4ebaf4ccbbdbf7d40b75367
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.