diff for duplicates of <20130723161846.GD2486@kroah.com> diff --git a/a/1.txt b/N1/1.txt index c5fdb97..8a53431 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -165,7 +165,7 @@ On Tue, Jul 23, 2013 at 08:48:24PM +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; > } > @@ -194,3 +194,7 @@ it somehow was going to do the same thing with a "name". 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 11cc0ca..cff7481 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,42 @@ "ref\0Pine.LNX.4.44L0.1307231017290.1304-100000@iolanthe.rowland.org\0" "ref\051EE9EC0.6060905@ti.com\0" - "From\0Greg KH <gregkh@linuxfoundation.org>\0" + "ref\051EE9EC0.6060905-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:18:46 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Tue, 23 Jul 2013 09:18:46 -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 08:48:24PM +0530, Kishon Vijay Abraham I wrote:\n" @@ -173,7 +206,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" @@ -201,6 +234,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 -807d1ca5f8c6bdea6e424e70815448b3b637218893017c247294d6d26e859fa6 +e8d5b1b33a8d3b0865d398d078e88a978cee1e371dc8b375bfa2f26fa0171128
diff --git a/a/1.txt b/N2/1.txt index c5fdb97..84e83cd 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -165,7 +165,7 @@ On Tue, Jul 23, 2013 at 08:48:24PM +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 11cc0ca..54f694f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,8 @@ "ref\0Pine.LNX.4.44L0.1307231017290.1304-100000@iolanthe.rowland.org\0" "ref\051EE9EC0.6060905@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:18:46 +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:18:46 -0700\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -173,7 +173,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" @@ -203,4 +203,4 @@ "\n" greg k-h -807d1ca5f8c6bdea6e424e70815448b3b637218893017c247294d6d26e859fa6 +0a9584914fd05670e950e9b21e8e4fc63c6802a2fa5f27fcafe5d24817177394
diff --git a/a/1.txt b/N3/1.txt index c5fdb97..84e83cd 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -165,7 +165,7 @@ On Tue, Jul 23, 2013 at 08:48:24PM +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 11cc0ca..eafdaa0 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,8 +2,40 @@ "ref\051EE9EC0.6060905@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:18:46 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Tue, 23 Jul 2013 09:18:46 -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 08:48:24PM +0530, Kishon Vijay Abraham I wrote:\n" @@ -173,7 +205,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" @@ -203,4 +235,4 @@ "\n" greg k-h -807d1ca5f8c6bdea6e424e70815448b3b637218893017c247294d6d26e859fa6 +271abd9bf745bf9258d189606555fe4c33287955e2f19c414548cff9686ed546
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.