All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1236661850-8237-9-git-send-email-stoyboyker@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 23ea600..a7f70b0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -50,7 +50,7 @@ index 764b3eb..bc1007e 100644
 +	BUG_ON(t->used < len);	/* Much too late to do any good, but alas... */
  	spin_lock(&t->lock);
  	for (i = 0; i < len; i++) {
- 		if (test_bit(offset + i, t->map) = 0)
+ 		if (test_bit(offset + i, t->map) == 0)
 @@ -121,8 +119,7 @@ void bit_map_clear(struct bit_map *t, int offset, int len)
  void bit_map_init(struct bit_map *t, unsigned long *map, int size)
  {
@@ -69,9 +69,9 @@ index fe7ed08..5ea4dab 100644
  
  	pgtable_page_dtor(pte);
  	p = (unsigned long)page_address(pte);	/* Cached address (for test) */
--	if (p = 0)
+-	if (p == 0)
 -		BUG();
-+	BUG_ON(p = 0);
++	BUG_ON(p == 0);
  	p = page_to_pfn(pte) << PAGE_SHIFT;	/* Physical address */
  	p = (unsigned long) __nocache_va(p);	/* Nocached virtual */
  	srmmu_free_nocache(p, PTE_SIZE);
diff --git a/a/content_digest b/N1/content_digest
index bd7da7c..6e20f30 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
  "ref\01236661850-8237-8-git-send-email-stoyboyker@gmail.com\0"
  "From\0Stoyan Gaydarov <stoyboyker@gmail.com>\0"
  "Subject\0[PATCH 08/25] [sparc] BUG to BUG_ON changes\0"
- "Date\0Tue, 10 Mar 2009 05:10:33 +0000\0"
+ "Date\0Tue, 10 Mar 2009 00:10:33 -0500\0"
  "To\0linux-kernel@vger.kernel.org\0"
  "Cc\0Stoyan Gaydarov <stoyboyker@gmail.com>"
   davem@davemloft.net
@@ -67,7 +67,7 @@
  "+\tBUG_ON(t->used < len);\t/* Much too late to do any good, but alas... */\n"
  " \tspin_lock(&t->lock);\n"
  " \tfor (i = 0; i < len; i++) {\n"
- " \t\tif (test_bit(offset + i, t->map) = 0)\n"
+ " \t\tif (test_bit(offset + i, t->map) == 0)\n"
  "@@ -121,8 +119,7 @@ void bit_map_clear(struct bit_map *t, int offset, int len)\n"
  " void bit_map_init(struct bit_map *t, unsigned long *map, int size)\n"
  " {\n"
@@ -86,13 +86,13 @@
  " \n"
  " \tpgtable_page_dtor(pte);\n"
  " \tp = (unsigned long)page_address(pte);\t/* Cached address (for test) */\n"
- "-\tif (p = 0)\n"
+ "-\tif (p == 0)\n"
  "-\t\tBUG();\n"
- "+\tBUG_ON(p = 0);\n"
+ "+\tBUG_ON(p == 0);\n"
  " \tp = page_to_pfn(pte) << PAGE_SHIFT;\t/* Physical address */\n"
  " \tp = (unsigned long) __nocache_va(p);\t/* Nocached virtual */\n"
  " \tsrmmu_free_nocache(p, PTE_SIZE);\n"
  "-- \n"
  1.6.1.3
 
-f153ade3d9ed767480b5da9777be2f60f353793c153f4e41527eca3d9109e834
+aba20d6647ff39854bc196fbb0ec40bc35e7d6a3cb7aede78f181ed8858b7a1c

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.