All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87k27d23o2.fsf@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index fd0c1fc..556998b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,12 +1,12 @@
 
 Hi,
 
-Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> writes:
+Shuah Khan <shuahkh@osg.samsung.com> writes:
 > dwc3_omap_probe() does pm_runtime_put_sync() in its err1 handling when
 > pm_runtime_get_sync() fails.  Fix it to do put_sync only when get_sync
 > succeeds.
 >
-> Signed-off-by: Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
+> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
 
 sorry, not taking any of these pointless patches. There's nothing wrong
 with the goto labels, there's nothing wrong with the error path in any
@@ -14,7 +14,3 @@ of these drivers.
 
 -- 
 balbi
---
-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 aa25edc..f4f044a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,40 +1,26 @@
  "ref\0cover.1490387086.git.shuahkh@osg.samsung.com\0"
  "ref\0a7d3539cdb21ef9694869f97a357ce40ace0ddd3.1490387086.git.shuahkh@osg.samsung.com\0"
- "ref\0a7d3539cdb21ef9694869f97a357ce40ace0ddd3.1490387086.git.shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org\0"
- "From\0Felipe Balbi <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/7] usb: dwc3: dwc3-omap: fix dwc3_omap_probe() do put_sync when get_sync works\0"
+ "From\0balbi@kernel.org (Felipe Balbi)\0"
+ "Subject\0[PATCH 2/7] usb: dwc3: dwc3-omap: fix dwc3_omap_probe() do put_sync when get_sync works\0"
  "Date\0Sat, 25 Mar 2017 09:53:17 +0200\0"
- "To\0gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org"
-  kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
- " javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org\0"
- "Cc\0Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>"
-  linux-usb-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\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "\n"
  "Hi,\n"
  "\n"
- "Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> writes:\n"
+ "Shuah Khan <shuahkh@osg.samsung.com> writes:\n"
  "> dwc3_omap_probe() does pm_runtime_put_sync() in its err1 handling when\n"
  "> pm_runtime_get_sync() fails.  Fix it to do put_sync only when get_sync\n"
  "> succeeds.\n"
  ">\n"
- "> Signed-off-by: Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>\n"
+ "> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>\n"
  "\n"
  "sorry, not taking any of these pointless patches. There's nothing wrong\n"
  "with the goto labels, there's nothing wrong with the error path in any\n"
  "of these drivers.\n"
  "\n"
  "-- \n"
- "balbi\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
+ balbi
 
-b09112268a10bc07349e63e7f970f921a042446ec519c676d974b2dee76971dc
+f49e2947caf19931e47c915cdd798f6f3c5ab01e49d61c3178d31dc1743cd14e

diff --git a/a/1.txt b/N2/1.txt
index fd0c1fc..556998b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,12 +1,12 @@
 
 Hi,
 
-Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> writes:
+Shuah Khan <shuahkh@osg.samsung.com> writes:
 > dwc3_omap_probe() does pm_runtime_put_sync() in its err1 handling when
 > pm_runtime_get_sync() fails.  Fix it to do put_sync only when get_sync
 > succeeds.
 >
-> Signed-off-by: Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
+> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
 
 sorry, not taking any of these pointless patches. There's nothing wrong
 with the goto labels, there's nothing wrong with the error path in any
@@ -14,7 +14,3 @@ of these drivers.
 
 -- 
 balbi
---
-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/N2/content_digest
index aa25edc..442035b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,40 +1,36 @@
  "ref\0cover.1490387086.git.shuahkh@osg.samsung.com\0"
  "ref\0a7d3539cdb21ef9694869f97a357ce40ace0ddd3.1490387086.git.shuahkh@osg.samsung.com\0"
- "ref\0a7d3539cdb21ef9694869f97a357ce40ace0ddd3.1490387086.git.shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org\0"
- "From\0Felipe Balbi <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "From\0Felipe Balbi <balbi@kernel.org>\0"
  "Subject\0Re: [PATCH 2/7] usb: dwc3: dwc3-omap: fix dwc3_omap_probe() do put_sync when get_sync works\0"
  "Date\0Sat, 25 Mar 2017 09:53:17 +0200\0"
- "To\0gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org"
-  kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
- " javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org\0"
- "Cc\0Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>"
-  linux-usb-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\0"
+ "To\0Shuah Khan <shuahkh@osg.samsung.com>"
+  gregkh@linuxfoundation.org
+  kgene@kernel.org
+  krzk@kernel.org
+ " javier@osg.samsung.com\0"
+ "Cc\0Shuah Khan <shuahkh@osg.samsung.com>"
+  linux-usb@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\0"
  "\00:1\0"
  "b\0"
  "\n"
  "Hi,\n"
  "\n"
- "Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> writes:\n"
+ "Shuah Khan <shuahkh@osg.samsung.com> writes:\n"
  "> dwc3_omap_probe() does pm_runtime_put_sync() in its err1 handling when\n"
  "> pm_runtime_get_sync() fails.  Fix it to do put_sync only when get_sync\n"
  "> succeeds.\n"
  ">\n"
- "> Signed-off-by: Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>\n"
+ "> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>\n"
  "\n"
  "sorry, not taking any of these pointless patches. There's nothing wrong\n"
  "with the goto labels, there's nothing wrong with the error path in any\n"
  "of these drivers.\n"
  "\n"
  "-- \n"
- "balbi\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
+ balbi
 
-b09112268a10bc07349e63e7f970f921a042446ec519c676d974b2dee76971dc
+633d77dc9480e4233261cae74857424f6d010a4ec678cc17514312e245efe03d

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.