All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56012392.7020807@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index 19a5fe6..4468318 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -46,9 +46,3 @@ Dropped 30/38 and 31/38 from LED tree then.
 -- 
 Best Regards,
 Jacek Anaszewski
-
---
-To unsubscribe, send a message with 'unsubscribe linux-mm' in
-the body to majordomo@kvack.org.  For more info on Linux MM,
-see: http://www.linux-mm.org/ .
-Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N1/content_digest
index b9588f6..a0a32e6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -83,12 +83,6 @@
  "\n"
  "-- \n"
  "Best Regards,\n"
- "Jacek Anaszewski\n"
- "\n"
- "--\n"
- "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
- "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
- "see: http://www.linux-mm.org/ .\n"
- "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
+ Jacek Anaszewski
 
-662e060c372ff79f0838fe8167245507ff2d57cd07423caf62b9b55f33d10543
+057429a7e8da0588a2021d9a89efdce982d4a441eb997a0982e05817c3811b41

diff --git a/a/1.txt b/N2/1.txt
index 19a5fe6..02259e8 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -18,7 +18,7 @@ On 09/22/2015 11:13 AM, Andrzej Hajda wrote:
 >>
 >> 	unsigned x;
 >>
->> 	if (x == 0 || x > 27)
+>> 	if (x = 0 || x > 27)
 >> 		give_a_range_error();
 >>
 >> I will write this as:
@@ -29,7 +29,7 @@ On 09/22/2015 11:13 AM, Andrzej Hajda wrote:
 >> 		give_a_range_error();
 >>
 >> because it that gives a way to handle x being changed to signed at some point
->> in the future for no cost.  In which case, your changing the <= to an ==
+>> in the future for no cost.  In which case, your changing the <= to an =
 >> "because the < part of the case is useless" is arguably wrong.
 >
 > This is why I have not checked for such cases - I have skipped checks of type
@@ -46,9 +46,3 @@ Dropped 30/38 and 31/38 from LED tree then.
 -- 
 Best Regards,
 Jacek Anaszewski
-
---
-To unsubscribe, send a message with 'unsubscribe linux-mm' in
-the body to majordomo@kvack.org.  For more info on Linux MM,
-see: http://www.linux-mm.org/ .
-Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N2/content_digest
index b9588f6..bc4cdc8 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,7 +3,7 @@
  "ref\056011BB9.5030004@samsung.com\0"
  "From\0Jacek Anaszewski <j.anaszewski@samsung.com>\0"
  "Subject\0Re: [PATCH 00/38] Fixes related to incorrect usage of unsigned types\0"
- "Date\0Tue, 22 Sep 2015 11:46:58 +0200\0"
+ "Date\0Tue, 22 Sep 2015 09:46:58 +0000\0"
  "To\0Andrzej Hajda <a.hajda@samsung.com>\0"
  "Cc\0David Howells <dhowells@redhat.com>"
   Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
@@ -56,7 +56,7 @@
  ">>\n"
  ">> \tunsigned x;\n"
  ">>\n"
- ">> \tif (x == 0 || x > 27)\n"
+ ">> \tif (x = 0 || x > 27)\n"
  ">> \t\tgive_a_range_error();\n"
  ">>\n"
  ">> I will write this as:\n"
@@ -67,7 +67,7 @@
  ">> \t\tgive_a_range_error();\n"
  ">>\n"
  ">> because it that gives a way to handle x being changed to signed at some point\n"
- ">> in the future for no cost.  In which case, your changing the <= to an ==\n"
+ ">> in the future for no cost.  In which case, your changing the <= to an =\n"
  ">> \"because the < part of the case is useless\" is arguably wrong.\n"
  ">\n"
  "> This is why I have not checked for such cases - I have skipped checks of type\n"
@@ -83,12 +83,6 @@
  "\n"
  "-- \n"
  "Best Regards,\n"
- "Jacek Anaszewski\n"
- "\n"
- "--\n"
- "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
- "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
- "see: http://www.linux-mm.org/ .\n"
- "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
+ Jacek Anaszewski
 
-662e060c372ff79f0838fe8167245507ff2d57cd07423caf62b9b55f33d10543
+2e397a16a82c9efec342ba1036aee432c25d291d94e9c8194193b1979330a753

diff --git a/a/1.txt b/N3/1.txt
index 19a5fe6..dcbd7aa 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -47,8 +47,13 @@ Dropped 30/38 and 31/38 from LED tree then.
 Best Regards,
 Jacek Anaszewski
 
---
-To unsubscribe, send a message with 'unsubscribe linux-mm' in
-the body to majordomo@kvack.org.  For more info on Linux MM,
-see: http://www.linux-mm.org/ .
-Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
+-- 
+-- 
+You received this message because you are subscribed to "rtc-linux".
+Membership options at http://groups.google.com/group/rtc-linux .
+Please read http://groups.google.com/group/rtc-linux/web/checklist
+before submitting a driver.
+--- 
+You received this message because you are subscribed to the Google Groups "rtc-linux" group.
+To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
+For more options, visit https://groups.google.com/d/optout.
diff --git a/a/content_digest b/N3/content_digest
index b9588f6..d01c01d 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,7 +2,7 @@
  "ref\017571.1442842945@warthog.procyon.org.uk\0"
  "ref\056011BB9.5030004@samsung.com\0"
  "From\0Jacek Anaszewski <j.anaszewski@samsung.com>\0"
- "Subject\0Re: [PATCH 00/38] Fixes related to incorrect usage of unsigned types\0"
+ "Subject\0[rtc-linux] Re: [PATCH 00/38] Fixes related to incorrect usage of unsigned types\0"
  "Date\0Tue, 22 Sep 2015 11:46:58 +0200\0"
  "To\0Andrzej Hajda <a.hajda@samsung.com>\0"
  "Cc\0David Howells <dhowells@redhat.com>"
@@ -85,10 +85,15 @@
  "Best Regards,\n"
  "Jacek Anaszewski\n"
  "\n"
- "--\n"
- "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
- "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
- "see: http://www.linux-mm.org/ .\n"
- "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
+ "-- \n"
+ "-- \n"
+ "You received this message because you are subscribed to \"rtc-linux\".\n"
+ "Membership options at http://groups.google.com/group/rtc-linux .\n"
+ "Please read http://groups.google.com/group/rtc-linux/web/checklist\n"
+ "before submitting a driver.\n"
+ "--- \n"
+ "You received this message because you are subscribed to the Google Groups \"rtc-linux\" group.\n"
+ "To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.\n"
+ For more options, visit https://groups.google.com/d/optout.
 
-662e060c372ff79f0838fe8167245507ff2d57cd07423caf62b9b55f33d10543
+9c4d48e67bc879c58025deb656955b9988815533507f71806c44fd6f2d48e696

diff --git a/a/1.txt b/N4/1.txt
index 19a5fe6..4468318 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -46,9 +46,3 @@ Dropped 30/38 and 31/38 from LED tree then.
 -- 
 Best Regards,
 Jacek Anaszewski
-
---
-To unsubscribe, send a message with 'unsubscribe linux-mm' in
-the body to majordomo@kvack.org.  For more info on Linux MM,
-see: http://www.linux-mm.org/ .
-Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N4/content_digest
index b9588f6..5bb197f 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -2,38 +2,9 @@
  "ref\017571.1442842945@warthog.procyon.org.uk\0"
  "ref\056011BB9.5030004@samsung.com\0"
  "From\0Jacek Anaszewski <j.anaszewski@samsung.com>\0"
- "Subject\0Re: [PATCH 00/38] Fixes related to incorrect usage of unsigned types\0"
+ "Subject\0[lustre-devel] [PATCH 00/38] Fixes related to incorrect usage of unsigned types\0"
  "Date\0Tue, 22 Sep 2015 11:46:58 +0200\0"
- "To\0Andrzej Hajda <a.hajda@samsung.com>\0"
- "Cc\0David Howells <dhowells@redhat.com>"
-  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-  Marek Szyprowski <m.szyprowski@samsung.com>
-  linux-kernel@vger.kernel.org
-  brcm80211-dev-list@broadcom.com
-  devel@driverdev.osuosl.org
-  dev@openvswitch.org
-  dri-devel@lists.freedesktop.org
-  intel-gfx@lists.freedesktop.org
-  linux-api@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-cachefs@redhat.com
-  linux-clk@vger.kernel.org
-  linux-crypto@vger.kernel.org
-  linux-fbdev@vger.kernel.org
-  linux-input@vger.kernel.org
-  linux-leds@vger.kernel.org
-  linux-media@vger.kernel.org
-  linux-mips@linux-mips.org
-  linux-mm@kvack.org
-  linux-omap@vger.kernel.org
-  linux-rdma@vger.kernel.org
-  linux-serial@vger.kernel.org
-  linux-sh@vger.kernel.org
-  linux-usb@vger.kernel.org
-  linux-wireless@vger.kernel.org
-  lustre-devel@lists.lustre.org
-  netdev@vger.kernel.org
- " rtc-linux@googlegroups.com\0"
+ "To\0lustre-devel@lists.lustre.org\0"
  "\00:1\0"
  "b\0"
  "On 09/22/2015 11:13 AM, Andrzej Hajda wrote:\n"
@@ -83,12 +54,6 @@
  "\n"
  "-- \n"
  "Best Regards,\n"
- "Jacek Anaszewski\n"
- "\n"
- "--\n"
- "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
- "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
- "see: http://www.linux-mm.org/ .\n"
- "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
+ Jacek Anaszewski
 
-662e060c372ff79f0838fe8167245507ff2d57cd07423caf62b9b55f33d10543
+dc6a0e70d91bcd0c5718c0dc5a4376d9a247d740ffd518165058905971f97dec

diff --git a/a/1.txt b/N5/1.txt
index 19a5fe6..4468318 100644
--- a/a/1.txt
+++ b/N5/1.txt
@@ -46,9 +46,3 @@ Dropped 30/38 and 31/38 from LED tree then.
 -- 
 Best Regards,
 Jacek Anaszewski
-
---
-To unsubscribe, send a message with 'unsubscribe linux-mm' in
-the body to majordomo@kvack.org.  For more info on Linux MM,
-see: http://www.linux-mm.org/ .
-Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N5/content_digest
index b9588f6..a8c8252 100644
--- a/a/content_digest
+++ b/N5/content_digest
@@ -1,39 +1,10 @@
  "ref\01442842450-29769-1-git-send-email-a.hajda@samsung.com\0"
  "ref\017571.1442842945@warthog.procyon.org.uk\0"
  "ref\056011BB9.5030004@samsung.com\0"
- "From\0Jacek Anaszewski <j.anaszewski@samsung.com>\0"
- "Subject\0Re: [PATCH 00/38] Fixes related to incorrect usage of unsigned types\0"
+ "From\0j.anaszewski@samsung.com (Jacek Anaszewski)\0"
+ "Subject\0[PATCH 00/38] Fixes related to incorrect usage of unsigned types\0"
  "Date\0Tue, 22 Sep 2015 11:46:58 +0200\0"
- "To\0Andrzej Hajda <a.hajda@samsung.com>\0"
- "Cc\0David Howells <dhowells@redhat.com>"
-  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-  Marek Szyprowski <m.szyprowski@samsung.com>
-  linux-kernel@vger.kernel.org
-  brcm80211-dev-list@broadcom.com
-  devel@driverdev.osuosl.org
-  dev@openvswitch.org
-  dri-devel@lists.freedesktop.org
-  intel-gfx@lists.freedesktop.org
-  linux-api@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-cachefs@redhat.com
-  linux-clk@vger.kernel.org
-  linux-crypto@vger.kernel.org
-  linux-fbdev@vger.kernel.org
-  linux-input@vger.kernel.org
-  linux-leds@vger.kernel.org
-  linux-media@vger.kernel.org
-  linux-mips@linux-mips.org
-  linux-mm@kvack.org
-  linux-omap@vger.kernel.org
-  linux-rdma@vger.kernel.org
-  linux-serial@vger.kernel.org
-  linux-sh@vger.kernel.org
-  linux-usb@vger.kernel.org
-  linux-wireless@vger.kernel.org
-  lustre-devel@lists.lustre.org
-  netdev@vger.kernel.org
- " rtc-linux@googlegroups.com\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 09/22/2015 11:13 AM, Andrzej Hajda wrote:\n"
@@ -83,12 +54,6 @@
  "\n"
  "-- \n"
  "Best Regards,\n"
- "Jacek Anaszewski\n"
- "\n"
- "--\n"
- "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
- "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
- "see: http://www.linux-mm.org/ .\n"
- "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
+ Jacek Anaszewski
 
-662e060c372ff79f0838fe8167245507ff2d57cd07423caf62b9b55f33d10543
+6d1a978f4c0cdada172e506a03e740c48c04282f470abc8348da0a6b2378963a

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.