All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130723163551.GA12990@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index e4ad792..af1f226 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,7 +30,7 @@ On Tue, Jul 23, 2013 at 09:58:34PM +0530, Kishon Vijay Abraham I wrote:
 > >> 	static struct phy *phy_lookup(void *priv) {
 > >> 		.
 > >> 		.
-> >> 		if (phy->priv=priv) //instead of string comparison, we'll use pointer
+> >> 		if (phy->priv==priv) //instead of string comparison, we'll use pointer
 > >> 			return phy;
 > >> 	}
 > >>
@@ -71,3 +71,7 @@ something larger is a problem with how board devices are tied together :)
 thanks,
 
 greg k-h
+--
+To unsubscribe from this list: send the line "unsubscribe linux-usb" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 92bf043..144fa80 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,43 @@
  "ref\051EE9EC0.6060905@ti.com\0"
  "ref\020130723161846.GD2486@kroah.com\0"
  "ref\051EEAF32.4040905@ti.com\0"
- "From\0Greg KH <gregkh@linuxfoundation.org>\0"
+ "ref\051EEAF32.4040905-l0cyMroinI0@public.gmane.org\0"
+ "From\0Greg KH <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>\0"
  "Subject\0Re: [PATCH 01/15] drivers: phy: add generic PHY framework\0"
- "Date\0Tue, 23 Jul 2013 16:35:51 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Tue, 23 Jul 2013 09:35:51 -0700\0"
+ "To\0Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>\0"
+ "Cc\0Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>"
+  Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
+  broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  Sylwester Nawrocki <sylvester.nawrocki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+  kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  balbi-l0cyMroinI0@public.gmane.org
+  jg1.han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org
+  arnd-r2nGTMty4D4@public.gmane.org
+  swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org
+  balajitk-l0cyMroinI0@public.gmane.org
+  george.cherian-l0cyMroinI0@public.gmane.org
+  nsekhar-l0cyMroinI0@public.gmane.org
+  olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org
+  Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
+  b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+ " Daniel\0"
  "\00:1\0"
  "b\0"
  "On Tue, Jul 23, 2013 at 09:58:34PM +0530, Kishon Vijay Abraham I wrote:\n"
@@ -40,7 +73,7 @@
  "> >> \tstatic struct phy *phy_lookup(void *priv) {\n"
  "> >> \t\t.\n"
  "> >> \t\t.\n"
- "> >> \t\tif (phy->priv=priv) //instead of string comparison, we'll use pointer\n"
+ "> >> \t\tif (phy->priv==priv) //instead of string comparison, we'll use pointer\n"
  "> >> \t\t\treturn phy;\n"
  "> >> \t}\n"
  "> >>\n"
@@ -80,6 +113,10 @@
  "\n"
  "thanks,\n"
  "\n"
- greg k-h
+ "greg k-h\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-632dda34e3a983327bcbb39db912a0cff7b2e754004354fd7344edbbd4ae1848
+5b19766f70ac5a45873b6637bd068ca0a6c41d9542ebddbfa100f525708c47fa

diff --git a/a/1.txt b/N2/1.txt
index e4ad792..899342d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -30,7 +30,7 @@ On Tue, Jul 23, 2013 at 09:58:34PM +0530, Kishon Vijay Abraham I wrote:
 > >> 	static struct phy *phy_lookup(void *priv) {
 > >> 		.
 > >> 		.
-> >> 		if (phy->priv=priv) //instead of string comparison, we'll use pointer
+> >> 		if (phy->priv==priv) //instead of string comparison, we'll use pointer
 > >> 			return phy;
 > >> 	}
 > >>
diff --git a/a/content_digest b/N2/content_digest
index 92bf043..460e852 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,9 +2,9 @@
  "ref\051EE9EC0.6060905@ti.com\0"
  "ref\020130723161846.GD2486@kroah.com\0"
  "ref\051EEAF32.4040905@ti.com\0"
- "From\0Greg KH <gregkh@linuxfoundation.org>\0"
- "Subject\0Re: [PATCH 01/15] drivers: phy: add generic PHY framework\0"
- "Date\0Tue, 23 Jul 2013 16:35:51 +0000\0"
+ "From\0gregkh@linuxfoundation.org (Greg KH)\0"
+ "Subject\0[PATCH 01/15] drivers: phy: add generic PHY framework\0"
+ "Date\0Tue, 23 Jul 2013 09:35:51 -0700\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -40,7 +40,7 @@
  "> >> \tstatic struct phy *phy_lookup(void *priv) {\n"
  "> >> \t\t.\n"
  "> >> \t\t.\n"
- "> >> \t\tif (phy->priv=priv) //instead of string comparison, we'll use pointer\n"
+ "> >> \t\tif (phy->priv==priv) //instead of string comparison, we'll use pointer\n"
  "> >> \t\t\treturn phy;\n"
  "> >> \t}\n"
  "> >>\n"
@@ -82,4 +82,4 @@
  "\n"
  greg k-h
 
-632dda34e3a983327bcbb39db912a0cff7b2e754004354fd7344edbbd4ae1848
+c714c68ce011d023f7f17ab39e22ba7db7ff89b87e5af59c5aa7b265409be35a

diff --git a/a/1.txt b/N3/1.txt
index e4ad792..899342d 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -30,7 +30,7 @@ On Tue, Jul 23, 2013 at 09:58:34PM +0530, Kishon Vijay Abraham I wrote:
 > >> 	static struct phy *phy_lookup(void *priv) {
 > >> 		.
 > >> 		.
-> >> 		if (phy->priv=priv) //instead of string comparison, we'll use pointer
+> >> 		if (phy->priv==priv) //instead of string comparison, we'll use pointer
 > >> 			return phy;
 > >> 	}
 > >>
diff --git a/a/content_digest b/N3/content_digest
index 92bf043..e3e45f1 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -4,8 +4,40 @@
  "ref\051EEAF32.4040905@ti.com\0"
  "From\0Greg KH <gregkh@linuxfoundation.org>\0"
  "Subject\0Re: [PATCH 01/15] drivers: phy: add generic PHY framework\0"
- "Date\0Tue, 23 Jul 2013 16:35:51 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Tue, 23 Jul 2013 09:35:51 -0700\0"
+ "To\0Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "Cc\0Alan Stern <stern@rowland.harvard.edu>"
+  Tomasz Figa <tomasz.figa@gmail.com>
+  Laurent Pinchart <laurent.pinchart@ideasonboard.com>
+  broonie@kernel.org
+  Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
+  Sascha Hauer <s.hauer@pengutronix.de>
+  kyungmin.park@samsung.com
+  balbi@ti.com
+  jg1.han@samsung.com
+  s.nawrocki@samsung.com
+  kgene.kim@samsung.com
+  grant.likely@linaro.org
+  tony@atomide.com
+  arnd@arndb.de
+  swarren@nvidia.com
+  devicetree@vger.kernel.org
+  linux-doc@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-samsung-soc@vger.kernel.org
+  linux-omap@vger.kernel.org
+  linux-usb@vger.kernel.org
+  linux-media@vger.kernel.org
+  linux-fbdev@vger.kernel.org
+  akpm@linux-foundation.org
+  balajitk@ti.com
+  george.cherian@ti.com
+  nsekhar@ti.com
+  olof@lixom.net
+  Stephen Warren <swarren@wwwdotorg.org>
+  b.zolnierkie@samsung.com
+ " Daniel Lezcano <daniel.lezcano@linaro.org>\0"
  "\00:1\0"
  "b\0"
  "On Tue, Jul 23, 2013 at 09:58:34PM +0530, Kishon Vijay Abraham I wrote:\n"
@@ -40,7 +72,7 @@
  "> >> \tstatic struct phy *phy_lookup(void *priv) {\n"
  "> >> \t\t.\n"
  "> >> \t\t.\n"
- "> >> \t\tif (phy->priv=priv) //instead of string comparison, we'll use pointer\n"
+ "> >> \t\tif (phy->priv==priv) //instead of string comparison, we'll use pointer\n"
  "> >> \t\t\treturn phy;\n"
  "> >> \t}\n"
  "> >>\n"
@@ -82,4 +114,4 @@
  "\n"
  greg k-h
 
-632dda34e3a983327bcbb39db912a0cff7b2e754004354fd7344edbbd4ae1848
+82102ccf0912e018a8f40db3258001132ef097a6586a930be9f760f9721226f5

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.