diff for duplicates of <1114181881.4902.4.camel@eeyore> diff --git a/a/1.txt b/N1/1.txt index 56d5eae..f6a96b6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On Fri, 2005-04-22 at 15:38 +0900, Kenji Kaneshige wrote: > > > >>+ if ((dev->class >> 8) != PCI_CLASS_SYSTEM_PIC) > >>+ continue; -> >>+ if ((dev->class & 0xff) == 0x10 || (dev->class & 0xff) == 0x20) +> >>+ if ((dev->class & 0xff) = 0x10 || (dev->class & 0xff) = 0x20) > > > > > > What are 0x10 and 0x20? Looks like they should be #defines in diff --git a/a/content_digest b/N1/content_digest index afd89c8..587dc69 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\042689BEB.90401@jp.fujitsu.com\0" "From\0Bjorn Helgaas <bjorn.helgaas@hp.com>\0" "Subject\0Re: [ACPI] [RFC/PATCH 3/3] ACPI based I/O APIC hot-plug\0" - "Date\0Fri, 22 Apr 2005 08:58:01 -0600\0" + "Date\0Fri, 22 Apr 2005 14:58:01 +0000\0" "To\0Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>\0" "Cc\0Andrew Morton <akpm@osdl.org>" Len Brown <len.brown@intel.com> @@ -20,7 +20,7 @@ "> > \n" "> >>+\t\tif ((dev->class >> 8) != PCI_CLASS_SYSTEM_PIC)\n" "> >>+\t\t\tcontinue;\n" - "> >>+\t\tif ((dev->class & 0xff) == 0x10 || (dev->class & 0xff) == 0x20)\n" + "> >>+\t\tif ((dev->class & 0xff) = 0x10 || (dev->class & 0xff) = 0x20)\n" "> > \n" "> > \n" "> > What are 0x10 and 0x20? Looks like they should be #defines in\n" @@ -38,4 +38,4 @@ "somebody doesn't like that, he or she will complain and you can fall\n" back to just using 0x10 and 0x20. But I suspect it will be fine. -0354f45c5e32031cdeefc52d33e8a2721fb2e7ebb91e6a7a0823776f595df293 +dd81e5d62784bcc427b8ec8d29e34d36b4986b45e1bed94837d3032e3ad75826
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.