diff for duplicates of <20100225202941.GA19404@mock.linuxdev.us.dell.com> diff --git a/a/1.txt b/N1/1.txt index 0a93738..ef22041 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,8 +4,8 @@ Hello, * We have been having discussions in the netdev list about creating multiple names for the network interfaces to bring determinism into the way network interfaces are named in the OSes. In specific, "eth0 in the OS does not always map to the integrated NIC Gb1 as labelled on the chassis". -http://marc.info/?l=linux-netdev&m\x125510301513312&w=2 - (Re: PATCH: Network Device Naming mechanism and policy) -http://marc.info/?l=linux-netdev&m\x125619338904322&w=2 - ([PATCH] udev: create empty regular files to represent net) +http://marc.info/?l=linux-netdev&m=125510301513312&w=2 - (Re: PATCH: Network Device Naming mechanism and policy) +http://marc.info/?l=linux-netdev&m=125619338904322&w=2 - ([PATCH] udev: create empty regular files to represent net) This was not favored. @@ -98,7 +98,7 @@ index 31b983d..1d10663 100644 { const u8 *d = (u8*) dm + 5; @@ -286,6 +308,7 @@ static void __init dmi_save_extended_devices(const struct dmi_header *dm) - if ((*d & 0x80) = 0) + if ((*d & 0x80) == 0) return; + dmi_save_devslot(-1, *(u16 *)(d+2), *(d+4), *(d+5), dmi_string_nosave(dm, *(d-1))); @@ -130,7 +130,7 @@ index c5df94e..a3b9bf9 100644 + 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); diff --git a/a/content_digest b/N1/content_digest index 785820b..46856a7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Narendra K <Narendra_K@dell.com>\0" - "Subject\0[PATCH] Export smbios strings associated with onboard devices to\0" - "Date\0Thu, 25 Feb 2010 20:29:42 +0000\0" + "Subject\0[PATCH] Export smbios strings associated with onboard devices to sysfs\0" + "Date\0Thu, 25 Feb 2010 14:29:42 -0600\0" "To\0netdev@vger.kernel.org" linux-hotplug@vger.kernel.org " linux-pci@vger.kernel.org\0" @@ -17,8 +17,8 @@ "\n" "* We have been having discussions in the netdev list about creating multiple names for the network interfaces to bring determinism into the way network interfaces are named in the OSes. In specific, \"eth0 in the OS does not always map to the integrated NIC Gb1 as labelled on the chassis\". \n" "\n" - "http://marc.info/?l=linux-netdev&m\0225510301513312&w=2 - (Re: PATCH: Network Device Naming mechanism and policy)\n" - "http://marc.info/?l=linux-netdev&m\0225619338904322&w=2 - ([PATCH] udev: create empty regular files to represent net)\n" + "http://marc.info/?l=linux-netdev&m=125510301513312&w=2 - (Re: PATCH: Network Device Naming mechanism and policy)\n" + "http://marc.info/?l=linux-netdev&m=125619338904322&w=2 - ([PATCH] udev: create empty regular files to represent net)\n" "\n" "This was not favored.\n" "\n" @@ -111,7 +111,7 @@ " {\n" " \tconst u8 *d = (u8*) dm + 5;\n" "@@ -286,6 +308,7 @@ static void __init dmi_save_extended_devices(const struct dmi_header *dm)\n" - " \tif ((*d & 0x80) = 0)\n" + " \tif ((*d & 0x80) == 0)\n" " \t\treturn;\n" " \n" "+\tdmi_save_devslot(-1, *(u16 *)(d+2), *(d+4), *(d+5), dmi_string_nosave(dm, *(d-1)));\n" @@ -143,7 +143,7 @@ "+ \tdmi = NULL;\n" "+ \twhile ((dmi = dmi_find_device(DMI_DEV_TYPE_DEVSLOT, NULL, dmi)) != NULL) {\n" "+ \t\tdslot = dmi->device_data;\n" - "+ \t\tif (dslot && dslot->bus = bus && dslot->devfn = devfn) {\n" + "+ \t\tif (dslot && dslot->bus == bus && dslot->devfn == devfn) {\n" "+\t\t\tif (buf)\n" "+ \t\t\t\treturn scnprintf(buf, PAGE_SIZE, \"%s\\n\", dmi->name);\n" "+\t\t\treturn strlen(dmi->name);\n" @@ -222,4 +222,4 @@ "With regards,\n" Narendra K -2ec5a604af2d275f45a3ec04f3271bd0ed618236ca84c6bc49c81a822460a4b5 +85370c50cc2b968f06904befa83c611c29ac7462023097990aa1e1e10e71f2e0
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.