All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52A80EFC.8070806@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index de1ab1d..2f3a0ea 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,9 +11,9 @@ On 12/11/2013 03:56 AM, David Miller wrote:
 > built modular, this caused my build to fail at the mdio_bus code.
 >
 > drivers/net/phy/mdio_bus.c:344:1: warning: data definition has no type or storage class [enabled by default]
-> drivers/net/phy/mdio_bus.c:344:1: error: type defaults to ?int? in declaration of ?late_initcall_sync? [-Werror=implicit-int]
+> drivers/net/phy/mdio_bus.c:344:1: error: type defaults to ‘int’ in declaration of ‘late_initcall_sync’ [-Werror=implicit-int]
 > drivers/net/phy/mdio_bus.c:344:1: warning: parameter names (without types) in function declaration [enabled by default]
-> drivers/net/phy/mdio_bus.c:339:12: warning: ?mdio_bus_class_suspend_unused? defined but not used [-Wunused-function]
+> drivers/net/phy/mdio_bus.c:339:12: warning: ‘mdio_bus_class_suspend_unused’ defined but not used [-Wunused-function]
 >
 
 Hmm, I see. What about you drop patch 5 ("net: phy: suspend unused PHYs
diff --git a/a/content_digest b/N1/content_digest
index 636efb8..c5b0689 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,15 @@
  "ref\01386513631-11284-2-git-send-email-sebastian.hesselbarth@gmail.com\0"
  "ref\020131210.215253.2121948728095674632.davem@davemloft.net\0"
  "ref\020131210.215654.1165181423931409066.davem@davemloft.net\0"
- "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0"
- "Subject\0[PATCH v1 1/6] net: mv643xx_eth: properly start/stop phy device\0"
+ "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0"
+ "Subject\0Re: [PATCH v1 1/6] net: mv643xx_eth: properly start/stop phy device\0"
  "Date\0Wed, 11 Dec 2013 08:06:36 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0David Miller <davem@davemloft.net>\0"
+ "Cc\0f.fainelli@gmail.com"
+  mugunthanvnm@ti.com
+  netdev@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 12/11/2013 03:56 AM, David Miller wrote:\n"
@@ -21,9 +26,9 @@
  "> built modular, this caused my build to fail at the mdio_bus code.\n"
  ">\n"
  "> drivers/net/phy/mdio_bus.c:344:1: warning: data definition has no type or storage class [enabled by default]\n"
- "> drivers/net/phy/mdio_bus.c:344:1: error: type defaults to ?int? in declaration of ?late_initcall_sync? [-Werror=implicit-int]\n"
+ "> drivers/net/phy/mdio_bus.c:344:1: error: type defaults to \342\200\230int\342\200\231 in declaration of \342\200\230late_initcall_sync\342\200\231 [-Werror=implicit-int]\n"
  "> drivers/net/phy/mdio_bus.c:344:1: warning: parameter names (without types) in function declaration [enabled by default]\n"
- "> drivers/net/phy/mdio_bus.c:339:12: warning: ?mdio_bus_class_suspend_unused? defined but not used [-Wunused-function]\n"
+ "> drivers/net/phy/mdio_bus.c:339:12: warning: \342\200\230mdio_bus_class_suspend_unused\342\200\231 defined but not used [-Wunused-function]\n"
  ">\n"
  "\n"
  "Hmm, I see. What about you drop patch 5 (\"net: phy: suspend unused PHYs\n"
@@ -32,4 +37,4 @@
  "\n"
  Sebastian
 
-6fd49121cb3494dcd8d4a04138d4580f9c3e58a553f7be036c9d4b5dbc5e6869
+d7d532c70d7ba5ffa0aecf59e62219db987216f4eb2afb2a74c640dadd44b439

diff --git a/a/1.txt b/N2/1.txt
index de1ab1d..f1d1556 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -11,9 +11,9 @@ On 12/11/2013 03:56 AM, David Miller wrote:
 > built modular, this caused my build to fail at the mdio_bus code.
 >
 > drivers/net/phy/mdio_bus.c:344:1: warning: data definition has no type or storage class [enabled by default]
-> drivers/net/phy/mdio_bus.c:344:1: error: type defaults to ?int? in declaration of ?late_initcall_sync? [-Werror=implicit-int]
+> drivers/net/phy/mdio_bus.c:344:1: error: type defaults to ¡int¢ in declaration of ¡late_initcall_sync¢ [-Werror=implicit-int]
 > drivers/net/phy/mdio_bus.c:344:1: warning: parameter names (without types) in function declaration [enabled by default]
-> drivers/net/phy/mdio_bus.c:339:12: warning: ?mdio_bus_class_suspend_unused? defined but not used [-Wunused-function]
+> drivers/net/phy/mdio_bus.c:339:12: warning: ¡mdio_bus_class_suspend_unused¢ defined but not used [-Wunused-function]
 >
 
 Hmm, I see. What about you drop patch 5 ("net: phy: suspend unused PHYs
diff --git a/a/content_digest b/N2/content_digest
index 636efb8..6d0d18b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,10 +2,15 @@
  "ref\01386513631-11284-2-git-send-email-sebastian.hesselbarth@gmail.com\0"
  "ref\020131210.215253.2121948728095674632.davem@davemloft.net\0"
  "ref\020131210.215654.1165181423931409066.davem@davemloft.net\0"
- "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0"
- "Subject\0[PATCH v1 1/6] net: mv643xx_eth: properly start/stop phy device\0"
+ "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0"
+ "Subject\0Re: [PATCH v1 1/6] net: mv643xx_eth: properly start/stop phy device\0"
  "Date\0Wed, 11 Dec 2013 08:06:36 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0David Miller <davem@davemloft.net>\0"
+ "Cc\0f.fainelli@gmail.com"
+  mugunthanvnm@ti.com
+  netdev@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 12/11/2013 03:56 AM, David Miller wrote:\n"
@@ -21,9 +26,9 @@
  "> built modular, this caused my build to fail at the mdio_bus code.\n"
  ">\n"
  "> drivers/net/phy/mdio_bus.c:344:1: warning: data definition has no type or storage class [enabled by default]\n"
- "> drivers/net/phy/mdio_bus.c:344:1: error: type defaults to ?int? in declaration of ?late_initcall_sync? [-Werror=implicit-int]\n"
+ "> drivers/net/phy/mdio_bus.c:344:1: error: type defaults to \302\241int\302\242 in declaration of \302\241late_initcall_sync\302\242 [-Werror=implicit-int]\n"
  "> drivers/net/phy/mdio_bus.c:344:1: warning: parameter names (without types) in function declaration [enabled by default]\n"
- "> drivers/net/phy/mdio_bus.c:339:12: warning: ?mdio_bus_class_suspend_unused? defined but not used [-Wunused-function]\n"
+ "> drivers/net/phy/mdio_bus.c:339:12: warning: \302\241mdio_bus_class_suspend_unused\302\242 defined but not used [-Wunused-function]\n"
  ">\n"
  "\n"
  "Hmm, I see. What about you drop patch 5 (\"net: phy: suspend unused PHYs\n"
@@ -32,4 +37,4 @@
  "\n"
  Sebastian
 
-6fd49121cb3494dcd8d4a04138d4580f9c3e58a553f7be036c9d4b5dbc5e6869
+362a8f32b4086795a280f77f2eb8db1ef2fc082083f39948e234917bb64f9b63

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.