All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4AEF0572.9020609@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index a1f6c35..ebe1400 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -44,7 +44,7 @@ index 9b784fd..6c52444 100644
  	unsigned long bootmem_paddr;
  
  	/* Don't allow bogus node assignment */
--	BUG_ON(nid > MAX_NUMNODES || nid = 0);
+-	BUG_ON(nid > MAX_NUMNODES || nid == 0);
 +	BUG_ON(nid > MAX_NUMNODES || nid <= 0);
  
  	start_pfn = start >> PAGE_SHIFT;
diff --git a/a/content_digest b/N1/content_digest
index 461d2c2..471b3a6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Roel Kluin <roel.kluin@gmail.com>\0"
  "Subject\0[PATCH] sh: Make sure indexes are positive\0"
- "Date\0Mon, 02 Nov 2009 16:14:42 +0000\0"
+ "Date\0Mon, 02 Nov 2009 17:14:42 +0100\0"
  "To\0Paul Mundt <lethal@linux-sh.org>"
   linux-sh@vger.kernel.org
   Andrew Morton <akpm@linux-foundation.org>
@@ -53,10 +53,10 @@
  " \tunsigned long bootmem_paddr;\n"
  " \n"
  " \t/* Don't allow bogus node assignment */\n"
- "-\tBUG_ON(nid > MAX_NUMNODES || nid = 0);\n"
+ "-\tBUG_ON(nid > MAX_NUMNODES || nid == 0);\n"
  "+\tBUG_ON(nid > MAX_NUMNODES || nid <= 0);\n"
  " \n"
  " \tstart_pfn = start >> PAGE_SHIFT;\n"
  " \tend_pfn = end >> PAGE_SHIFT;"
 
-83ffdd2ca00b3b5d5fc46fc6bd17d9bca8a5f9b5aab93604f7048907213bc3b1
+c132e0d060c28d48be49d0ad266443bf242e5b68c4b78848bd9073c3d937c229

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.