All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <45D5DE6F.6030604@student.ltu.se>

diff --git a/a/1.txt b/N1/1.txt
index 843643f..3a95281 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -35,8 +35,3 @@ And as I stated before; !is_power_of_2(size) != (size & (size-1))! It
 may be a bug but then we have to be sure it is suppose to be the power of 2.
 
 Richard Knutsson
-
-_______________________________________________
-Kernel-janitors mailing list
-Kernel-janitors@lists.osdl.org
-https://lists.osdl.org/mailman/listinfo/kernel-janitors
diff --git a/a/content_digest b/N1/content_digest
index c61a01f..55a8e1d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -51,11 +51,6 @@
  "And as I stated before; !is_power_of_2(size) != (size & (size-1))! It \n"
  "may be a bug but then we have to be sure it is suppose to be the power of 2.\n"
  "\n"
- "Richard Knutsson\n"
- "\n"
- "_______________________________________________\n"
- "Kernel-janitors mailing list\n"
- "Kernel-janitors@lists.osdl.org\n"
- https://lists.osdl.org/mailman/listinfo/kernel-janitors
+ Richard Knutsson
 
-124220df275eb4c4d3c3daa660ca29217ed44d82e4d15bd8693ca5ec857dd836
+5cf24a6a811a0a738c0ca360d087b1af35872e95f6b56772d67265815c0df2d6

diff --git a/a/1.txt b/N2/1.txt
index 843643f..e0b6cef 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -17,10 +17,10 @@ Andreas Schwab wrote:
 >>>>>  		size >= (1UL << PAGE_SHIFT << MAX_ORDER)) {
 >>>>>  		printk(KERN_WARNING "Invalid huge page size specified\n");
 >>>>>           
->>>> As we talked about before; is this really correct? !is_power_of_2(0) =
->>>> true while (0 & (0-1)) = 0.
+>>>> As we talked about before; is this really correct? !is_power_of_2(0) ==
+>>>> true while (0 & (0-1)) == 0.
 >>>>         
->>> size = 0 is also covered by the next two conditions, so the overall value
+>>> size == 0 is also covered by the next two conditions, so the overall value
 >>> does not change.
 >>>       
 >> Yes, but is it meant to state that 'size' is not a power of two?
@@ -35,8 +35,3 @@ And as I stated before; !is_power_of_2(size) != (size & (size-1))! It
 may be a bug but then we have to be sure it is suppose to be the power of 2.
 
 Richard Knutsson
-
-_______________________________________________
-Kernel-janitors mailing list
-Kernel-janitors@lists.osdl.org
-https://lists.osdl.org/mailman/listinfo/kernel-janitors
diff --git a/a/content_digest b/N2/content_digest
index c61a01f..a49bc8a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,7 +5,7 @@
  "ref\0je3b56nlds.fsf@sykes.suse.de\0"
  "From\0Richard Knutsson <ricknu-0@student.ltu.se>\0"
  "Subject\0Re: [KJ] [PATCH] is_power_of_2 in ia64mm\0"
- "Date\0Fri, 16 Feb 2007 16:40:15 +0000\0"
+ "Date\0Fri, 16 Feb 2007 17:40:15 +0100\0"
  "To\0Andreas Schwab <schwab@suse.de>\0"
  "Cc\0Vignesh Babu BM <vignesh.babu@wipro.com>"
   Kernel Janitors List <kernel-janitors@lists.osdl.org>
@@ -34,10 +34,10 @@
  ">>>>>  \t\tsize >= (1UL << PAGE_SHIFT << MAX_ORDER)) {\n"
  ">>>>>  \t\tprintk(KERN_WARNING \"Invalid huge page size specified\\n\");\n"
  ">>>>>           \n"
- ">>>> As we talked about before; is this really correct? !is_power_of_2(0) =\n"
- ">>>> true while (0 & (0-1)) = 0.\n"
+ ">>>> As we talked about before; is this really correct? !is_power_of_2(0) ==\n"
+ ">>>> true while (0 & (0-1)) == 0.\n"
  ">>>>         \n"
- ">>> size = 0 is also covered by the next two conditions, so the overall value\n"
+ ">>> size == 0 is also covered by the next two conditions, so the overall value\n"
  ">>> does not change.\n"
  ">>>       \n"
  ">> Yes, but is it meant to state that 'size' is not a power of two?\n"
@@ -51,11 +51,6 @@
  "And as I stated before; !is_power_of_2(size) != (size & (size-1))! It \n"
  "may be a bug but then we have to be sure it is suppose to be the power of 2.\n"
  "\n"
- "Richard Knutsson\n"
- "\n"
- "_______________________________________________\n"
- "Kernel-janitors mailing list\n"
- "Kernel-janitors@lists.osdl.org\n"
- https://lists.osdl.org/mailman/listinfo/kernel-janitors
+ Richard Knutsson
 
-124220df275eb4c4d3c3daa660ca29217ed44d82e4d15bd8693ca5ec857dd836
+bfb525d8800fab487ab0b33d88b094585fd204ff4e07b8b7b26e0ff72e6c2f17

diff --git a/a/1.txt b/N3/1.txt
index 843643f..17367de 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -17,10 +17,10 @@ Andreas Schwab wrote:
 >>>>>  		size >= (1UL << PAGE_SHIFT << MAX_ORDER)) {
 >>>>>  		printk(KERN_WARNING "Invalid huge page size specified\n");
 >>>>>           
->>>> As we talked about before; is this really correct? !is_power_of_2(0) =
->>>> true while (0 & (0-1)) = 0.
+>>>> As we talked about before; is this really correct? !is_power_of_2(0) ==
+>>>> true while (0 & (0-1)) == 0.
 >>>>         
->>> size = 0 is also covered by the next two conditions, so the overall value
+>>> size == 0 is also covered by the next two conditions, so the overall value
 >>> does not change.
 >>>       
 >> Yes, but is it meant to state that 'size' is not a power of two?
@@ -36,7 +36,8 @@ may be a bug but then we have to be sure it is suppose to be the power of 2.
 
 Richard Knutsson
 
-_______________________________________________
-Kernel-janitors mailing list
-Kernel-janitors@lists.osdl.org
-https://lists.osdl.org/mailman/listinfo/kernel-janitors
+--
+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/N3/content_digest
index c61a01f..12f676e 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -5,7 +5,7 @@
  "ref\0je3b56nlds.fsf@sykes.suse.de\0"
  "From\0Richard Knutsson <ricknu-0@student.ltu.se>\0"
  "Subject\0Re: [KJ] [PATCH] is_power_of_2 in ia64mm\0"
- "Date\0Fri, 16 Feb 2007 16:40:15 +0000\0"
+ "Date\0Fri, 16 Feb 2007 17:40:15 +0100\0"
  "To\0Andreas Schwab <schwab@suse.de>\0"
  "Cc\0Vignesh Babu BM <vignesh.babu@wipro.com>"
   Kernel Janitors List <kernel-janitors@lists.osdl.org>
@@ -34,10 +34,10 @@
  ">>>>>  \t\tsize >= (1UL << PAGE_SHIFT << MAX_ORDER)) {\n"
  ">>>>>  \t\tprintk(KERN_WARNING \"Invalid huge page size specified\\n\");\n"
  ">>>>>           \n"
- ">>>> As we talked about before; is this really correct? !is_power_of_2(0) =\n"
- ">>>> true while (0 & (0-1)) = 0.\n"
+ ">>>> As we talked about before; is this really correct? !is_power_of_2(0) ==\n"
+ ">>>> true while (0 & (0-1)) == 0.\n"
  ">>>>         \n"
- ">>> size = 0 is also covered by the next two conditions, so the overall value\n"
+ ">>> size == 0 is also covered by the next two conditions, so the overall value\n"
  ">>> does not change.\n"
  ">>>       \n"
  ">> Yes, but is it meant to state that 'size' is not a power of two?\n"
@@ -53,9 +53,10 @@
  "\n"
  "Richard Knutsson\n"
  "\n"
- "_______________________________________________\n"
- "Kernel-janitors mailing list\n"
- "Kernel-janitors@lists.osdl.org\n"
- https://lists.osdl.org/mailman/listinfo/kernel-janitors
+ "--\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>"
 
-124220df275eb4c4d3c3daa660ca29217ed44d82e4d15bd8693ca5ec857dd836
+a8a33a31e96f51c8f6be91a41c8fe3dec01458978d933469c80e948eef0f81dc

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.