diff for duplicates of <406BD67E.8AF22D69@nospam.org> diff --git a/a/1.txt b/N1/1.txt index 6f048bf..4546908 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,8 @@ I have got 89, yet several other files already are much wider. By the indenting issues, do you mean (not) breaking lines like these below ? - if ((pte_val(*pte) & _PFN_MASK) ! (*p & _PFN_MASK)) + if ((pte_val(*pte) & _PFN_MASK) != + (*p & _PFN_MASK)) (I do have TABs = 8 spaces.) @@ -91,7 +92,7 @@ I think there is a conceptual problem here, e.g.: a = 1; b = 2; Foo(a); Foo_2(&b); - c = a + b; // Is still a = 1 and b = 2 ? + c = a + b; // Is still a == 1 and b == 2 ? I just read through the code: o.k. we call a "functionality" Foo(a) - assuming it is a speaking name - I can see more or less what it does; but is "a" sill equal diff --git a/a/content_digest b/N1/content_digest index d5b821e..db3d8f2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\01080662328.10037.48.camel@nighthawk\0" "From\0Zoltan Menyhart <Zoltan.Menyhart_AT_bull.net@nospam.org>\0" "Subject\0Re: Migrate pages from a ccNUMA node to another\0" - "Date\0Thu, 01 Apr 2004 08:44:46 +0000\0" + "Date\0Thu, 01 Apr 2004 10:44:46 +0200\0" "To\0linux-ia64@vger.kernel.org" " linux-kernel@vger.kernel.org\0" "\00:1\0" @@ -25,7 +25,8 @@ "\n" "By the indenting issues, do you mean (not) breaking lines like these below ?\n" "\n" - "\t\t\tif ((pte_val(*pte) & _PFN_MASK) !\t\t\t\t\t\t\t(*p & _PFN_MASK))\n" + "\t\t\tif ((pte_val(*pte) & _PFN_MASK) !=\n" + "\t\t\t\t\t\t\t(*p & _PFN_MASK))\n" "\n" "(I do have TABs = 8 spaces.)\n" "\n" @@ -102,7 +103,7 @@ "\n" "\ta = 1; b = 2;\n" "\tFoo(a); Foo_2(&b);\n" - "\tc = a + b;\t\t// Is still a = 1 and b = 2 ?\n" + "\tc = a + b;\t\t// Is still a == 1 and b == 2 ?\n" "\n" "I just read through the code: o.k. we call a \"functionality\" Foo(a) - assuming\n" "it is a speaking name - I can see more or less what it does; but is \"a\" sill equal\n" @@ -235,4 +236,4 @@ "\n" "Zolt\303\241n" -5d44d665b16b7545847b22639f69d6e5ec95203dda59457aa12e30d7c9bf7c24 +8986dd03211006602d04c3ffd16cef20f72e0013fba8fe32bf635e15792f6ec9
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.