diff for duplicates of <45D5D47F.3000303@student.ltu.se> diff --git a/a/1.txt b/N1/1.txt index 2a140ee..588f33e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,8 +26,3 @@ Yes, but is it meant to state that 'size' is not a power of two? Otherwise, imho, it should be left as-is. 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 2c44d92..1445076 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -40,11 +40,6 @@ "Yes, but is it meant to state that 'size' is not a power of two? \n" "Otherwise, imho, it should be left as-is.\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 -5683d5a8e395121b4683323e0ac9e3d0e7d8c161baa487bccd713ac5ae08beae +a159c032043210c1acc4b0e30903a64da0104e0f766d7cc97ff429141106c242
diff --git a/a/1.txt b/N2/1.txt index 2a140ee..e42771a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -15,19 +15,14 @@ Andreas Schwab wrote: >>> >>> >>> ->> 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? Otherwise, imho, it should be left as-is. 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 2c44d92..eef26fa 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\0jeire2nnik.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 15:57:51 +0000\0" + "Date\0Fri, 16 Feb 2007 16:57:51 +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> @@ -30,21 +30,16 @@ ">>>\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" ">\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" "Otherwise, imho, it should be left as-is.\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 -5683d5a8e395121b4683323e0ac9e3d0e7d8c161baa487bccd713ac5ae08beae +e9efad6e51909b457a20249280a430012b7c9088d704c7f22872d8d677a7d867
diff --git a/a/1.txt b/N3/1.txt index 2a140ee..39e955d 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -15,11 +15,11 @@ Andreas Schwab wrote: >>> >>> >>> ->> 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? @@ -27,7 +27,8 @@ Otherwise, imho, it should be left as-is. 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 2c44d92..0cae824 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,7 +3,7 @@ "ref\0jeire2nnik.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 15:57:51 +0000\0" + "Date\0Fri, 16 Feb 2007 16:57:51 +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> @@ -30,11 +30,11 @@ ">>>\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" ">\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" @@ -42,9 +42,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>" -5683d5a8e395121b4683323e0ac9e3d0e7d8c161baa487bccd713ac5ae08beae +4cdb06c506800ce697b383dbdfe7d49d493d022d082b2115ff098e1b92c7991f
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.