All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20060126033320.GD11138@miraclelinux.com>

diff --git a/a/1.txt b/N1/1.txt
index 6a2a111..6cd3390 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,7 +19,8 @@ arch/powerpc/lib/bitops.c
 
 
 Index: 2.6-git/include/asm-generic/bitops.h
-=================================--- 2.6-git.orig/include/asm-generic/bitops.h	2006-01-25 19:14:10.000000000 +0900
+===================================================================
+--- 2.6-git.orig/include/asm-generic/bitops.h	2006-01-25 19:14:10.000000000 +0900
 +++ 2.6-git/include/asm-generic/bitops.h	2006-01-25 19:14:10.000000000 +0900
 @@ -286,6 +286,101 @@
  
@@ -66,7 +67,7 @@ Index: 2.6-git/include/asm-generic/bitops.h
 +
 +found_first:
 +	tmp &= (~0UL >> (BITS_PER_LONG - size));
-+	if (tmp = 0UL)		/* Are any bits set? */
++	if (tmp == 0UL)		/* Are any bits set? */
 +		return result + size;	/* Nope. */
 +found_middle:
 +	return result + __ffs(tmp);
@@ -109,7 +110,7 @@ Index: 2.6-git/include/asm-generic/bitops.h
 +
 +found_first:
 +	tmp |= ~0UL << size;
-+	if (tmp = ~0UL)	/* Are any bits zero? */
++	if (tmp == ~0UL)	/* Are any bits zero? */
 +		return result + size;	/* Nope. */
 +found_middle:
 +	return result + ffz(tmp);
diff --git a/a/content_digest b/N1/content_digest
index 2f34027..2d18bc7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,7 +5,7 @@
  "ref\020060126032713.GA9984@miraclelinux.com\0"
  "From\0mita@miraclelinux.com (Akinobu Mita)\0"
  "Subject\0[PATCH 5/12] generic find_{next,first}{,_zero}_bit()\0"
- "Date\0Thu, 26 Jan 2006 03:33:20 +0000\0"
+ "Date\0Thu, 26 Jan 2006 12:33:20 +0900\0"
  "To\0Grant Grundler <iod00d@hp.com>\0"
  "Cc\0Linux Kernel Development <linux-kernel@vger.kernel.org>"
  " linux-ia64@vger.kernel.org\0"
@@ -32,7 +32,8 @@
  "\n"
  "\n"
  "Index: 2.6-git/include/asm-generic/bitops.h\n"
- "=================================--- 2.6-git.orig/include/asm-generic/bitops.h\t2006-01-25 19:14:10.000000000 +0900\n"
+ "===================================================================\n"
+ "--- 2.6-git.orig/include/asm-generic/bitops.h\t2006-01-25 19:14:10.000000000 +0900\n"
  "+++ 2.6-git/include/asm-generic/bitops.h\t2006-01-25 19:14:10.000000000 +0900\n"
  "@@ -286,6 +286,101 @@\n"
  " \n"
@@ -79,7 +80,7 @@
  "+\n"
  "+found_first:\n"
  "+\ttmp &= (~0UL >> (BITS_PER_LONG - size));\n"
- "+\tif (tmp = 0UL)\t\t/* Are any bits set? */\n"
+ "+\tif (tmp == 0UL)\t\t/* Are any bits set? */\n"
  "+\t\treturn result + size;\t/* Nope. */\n"
  "+found_middle:\n"
  "+\treturn result + __ffs(tmp);\n"
@@ -122,7 +123,7 @@
  "+\n"
  "+found_first:\n"
  "+\ttmp |= ~0UL << size;\n"
- "+\tif (tmp = ~0UL)\t/* Are any bits zero? */\n"
+ "+\tif (tmp == ~0UL)\t/* Are any bits zero? */\n"
  "+\t\treturn result + size;\t/* Nope. */\n"
  "+found_middle:\n"
  "+\treturn result + ffz(tmp);\n"
@@ -137,4 +138,4 @@
  " \n"
   /*
 
-4aeff88fcef1ef145e48719442e313ea1eba5c56e7b9c22e0eeb8f63e3132112
+0f9aae2371f26fbb9d6bc2d5fc4845ef56afecf993db9aab35238bd1e61d8296

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.