All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52A6C4E8.5030003@huawei.com>

diff --git a/a/1.txt b/N1/1.txt
index 6038fca..f7cb874 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -48,7 +48,7 @@ by I remove the CONFIG_PCI #ifdef in that patch. Now I keep the CONFIG_PCI code
 >>  
 >>  static bool pci_acpi_bus_match(struct device *dev)
 >>  {
->> -	return dev->bus == &pci_bus_type;
+>> -	return dev->bus = &pci_bus_type;
 >> +	return dev_is_pci(dev);
 >>  }
 >>  
diff --git a/a/content_digest b/N1/content_digest
index 6a1540c..87ab40c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020131210000154.GE4699@google.com\0"
  "From\0Yijing Wang <wangyijing@huawei.com>\0"
  "Subject\0Re: [PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0"
- "Date\0Tue, 10 Dec 2013 15:38:16 +0800\0"
+ "Date\0Tue, 10 Dec 2013 07:38:16 +0000\0"
  "To\0Bjorn Helgaas <bhelgaas@google.com>\0"
  "Cc\0linux-pci@vger.kernel.org"
   linux-kernel@vger.kernel.org
@@ -65,7 +65,7 @@
  ">>  \n"
  ">>  static bool pci_acpi_bus_match(struct device *dev)\n"
  ">>  {\n"
- ">> -\treturn dev->bus == &pci_bus_type;\n"
+ ">> -\treturn dev->bus = &pci_bus_type;\n"
  ">> +\treturn dev_is_pci(dev);\n"
  ">>  }\n"
  ">>  \n"
@@ -87,4 +87,4 @@
  "Thanks!\n"
  Yijing
 
-72c68cc5e125e23ff0f3975afa278c7598c3ab37d9993b5a14041746c557289f
+9f5e53c4060f56457cf55aa4b0ddab8c49aaad4802dda667893caa52c61cf17d

diff --git a/a/content_digest b/N2/content_digest
index 6a1540c..c7527e1 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,15 +4,15 @@
  "Subject\0Re: [PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0"
  "Date\0Tue, 10 Dec 2013 15:38:16 +0800\0"
  "To\0Bjorn Helgaas <bhelgaas@google.com>\0"
- "Cc\0linux-pci@vger.kernel.org"
-  linux-kernel@vger.kernel.org
+ "Cc\0<linux-pci@vger.kernel.org>"
+  <linux-kernel@vger.kernel.org>
   Hanjun Guo <guohanjun@huawei.com>
-  linux-alpha@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-ia64@vger.kernel.org
-  linux-parisc@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
- " sparclinux@vger.kernel.org\0"
+  <linux-alpha@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-ia64@vger.kernel.org>
+  <linux-parisc@vger.kernel.org>
+  <linuxppc-dev@lists.ozlabs.org>
+ " <sparclinux@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On 2013/12/10 8:01, Bjorn Helgaas wrote:\n"
@@ -87,4 +87,4 @@
  "Thanks!\n"
  Yijing
 
-72c68cc5e125e23ff0f3975afa278c7598c3ab37d9993b5a14041746c557289f
+682c3fe81377701d1ac62bd9bb529c9dda17e99268809bafe52672c3625a0c87

diff --git a/a/content_digest b/N3/content_digest
index 6a1540c..b8f69b5 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -4,15 +4,15 @@
  "Subject\0Re: [PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0"
  "Date\0Tue, 10 Dec 2013 15:38:16 +0800\0"
  "To\0Bjorn Helgaas <bhelgaas@google.com>\0"
- "Cc\0linux-pci@vger.kernel.org"
-  linux-kernel@vger.kernel.org
+ "Cc\0linux-ia64@vger.kernel.org"
+  linux-parisc@vger.kernel.org
+  linux-pci@vger.kernel.org
   Hanjun Guo <guohanjun@huawei.com>
+  linux-kernel@vger.kernel.org
   linux-alpha@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-ia64@vger.kernel.org
-  linux-parisc@vger.kernel.org
+  sparclinux@vger.kernel.org
   linuxppc-dev@lists.ozlabs.org
- " sparclinux@vger.kernel.org\0"
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 2013/12/10 8:01, Bjorn Helgaas wrote:\n"
@@ -87,4 +87,4 @@
  "Thanks!\n"
  Yijing
 
-72c68cc5e125e23ff0f3975afa278c7598c3ab37d9993b5a14041746c557289f
+0d97c70e07fa4324b2db695fd0f66001f89fd2ef72dcdb626d7bbc70ab7d1e8e

diff --git a/a/1.txt b/N4/1.txt
index 6038fca..f7cb874 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -48,7 +48,7 @@ by I remove the CONFIG_PCI #ifdef in that patch. Now I keep the CONFIG_PCI code
 >>  
 >>  static bool pci_acpi_bus_match(struct device *dev)
 >>  {
->> -	return dev->bus == &pci_bus_type;
+>> -	return dev->bus = &pci_bus_type;
 >> +	return dev_is_pci(dev);
 >>  }
 >>  
diff --git a/a/content_digest b/N4/content_digest
index 6a1540c..44f007b 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -2,17 +2,8 @@
  "ref\020131210000154.GE4699@google.com\0"
  "From\0Yijing Wang <wangyijing@huawei.com>\0"
  "Subject\0Re: [PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0"
- "Date\0Tue, 10 Dec 2013 15:38:16 +0800\0"
- "To\0Bjorn Helgaas <bhelgaas@google.com>\0"
- "Cc\0linux-pci@vger.kernel.org"
-  linux-kernel@vger.kernel.org
-  Hanjun Guo <guohanjun@huawei.com>
-  linux-alpha@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-ia64@vger.kernel.org
-  linux-parisc@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
- " sparclinux@vger.kernel.org\0"
+ "Date\0Tue, 10 Dec 2013 07:38:16 +0000\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 2013/12/10 8:01, Bjorn Helgaas wrote:\n"
@@ -65,7 +56,7 @@
  ">>  \n"
  ">>  static bool pci_acpi_bus_match(struct device *dev)\n"
  ">>  {\n"
- ">> -\treturn dev->bus == &pci_bus_type;\n"
+ ">> -\treturn dev->bus = &pci_bus_type;\n"
  ">> +\treturn dev_is_pci(dev);\n"
  ">>  }\n"
  ">>  \n"
@@ -87,4 +78,4 @@
  "Thanks!\n"
  Yijing
 
-72c68cc5e125e23ff0f3975afa278c7598c3ab37d9993b5a14041746c557289f
+54dfb7ad7f3a9b1310cc6e03848023f48e99b13b8ef7a9fd7a0a664a17c55c6c

diff --git a/a/1.txt b/N5/1.txt
index 6038fca..656c2d5 100644
--- a/a/1.txt
+++ b/N5/1.txt
@@ -59,7 +59,7 @@ by I remove the CONFIG_PCI #ifdef in that patch. Now I keep the CONFIG_PCI code
 >>
 >> --
 >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
->> the body of a message to majordomo@vger.kernel.org
+>> the body of a message to majordomo at vger.kernel.org
 >> More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > 
 > .
diff --git a/a/content_digest b/N5/content_digest
index 6a1540c..73d9745 100644
--- a/a/content_digest
+++ b/N5/content_digest
@@ -1,18 +1,9 @@
  "ref\01386244373-35796-1-git-send-email-wangyijing@huawei.com\0"
  "ref\020131210000154.GE4699@google.com\0"
- "From\0Yijing Wang <wangyijing@huawei.com>\0"
- "Subject\0Re: [PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0"
+ "From\0wangyijing@huawei.com (Yijing Wang)\0"
+ "Subject\0[PATCH 1/9] PCI: Use dev_is_pci() to check whether it is pci device\0"
  "Date\0Tue, 10 Dec 2013 15:38:16 +0800\0"
- "To\0Bjorn Helgaas <bhelgaas@google.com>\0"
- "Cc\0linux-pci@vger.kernel.org"
-  linux-kernel@vger.kernel.org
-  Hanjun Guo <guohanjun@huawei.com>
-  linux-alpha@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-ia64@vger.kernel.org
-  linux-parisc@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
- " sparclinux@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 2013/12/10 8:01, Bjorn Helgaas wrote:\n"
@@ -76,7 +67,7 @@
  ">>\n"
  ">> --\n"
  ">> To unsubscribe from this list: send the line \"unsubscribe linux-pci\" in\n"
- ">> the body of a message to majordomo@vger.kernel.org\n"
+ ">> the body of a message to majordomo at vger.kernel.org\n"
  ">> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "> \n"
  "> .\n"
@@ -87,4 +78,4 @@
  "Thanks!\n"
  Yijing
 
-72c68cc5e125e23ff0f3975afa278c7598c3ab37d9993b5a14041746c557289f
+10034012cbf04d47cb48a07844854d621435801d25ea15dceda533f54d9f96a7

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.