All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100406164512.GF21229@bicker>

diff --git a/a/1.txt b/N1/1.txt
index 5d28465..49cdf0d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,5 +17,5 @@ index ba8b670..01e6427 100644
 -	for (i = 0; i < NAME_MAX_LEN; ++i) {
 +	for (i = 0; i < NAME_MAX_LEN - 1; ++i) {
  		current_driver_name[i] = buf[i];
- 		if (isspace(buf[i]) || buf[i] = ' ' || buf[i] = 0)
+ 		if (isspace(buf[i]) || buf[i] == ' ' || buf[i] == 0)
  			break;
diff --git a/a/content_digest b/N1/content_digest
index d6ec799..20ea5d2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,7 +5,7 @@
  "ref\020100405140909.GB29758@8bytes.org\0"
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch v2] dma-debug: cleanup for loop\0"
- "Date\0Tue, 06 Apr 2010 16:45:12 +0000\0"
+ "Date\0Tue, 6 Apr 2010 19:45:12 +0300\0"
  "To\0Joerg Roedel <joro@8bytes.org>\0"
  "Cc\0Joerg Roedel <joerg.roedel@amd.com>"
   Ingo Molnar <mingo@elte.hu>
@@ -34,7 +34,7 @@
  "-\tfor (i = 0; i < NAME_MAX_LEN; ++i) {\n"
  "+\tfor (i = 0; i < NAME_MAX_LEN - 1; ++i) {\n"
  " \t\tcurrent_driver_name[i] = buf[i];\n"
- " \t\tif (isspace(buf[i]) || buf[i] = ' ' || buf[i] = 0)\n"
+ " \t\tif (isspace(buf[i]) || buf[i] == ' ' || buf[i] == 0)\n"
  " \t\t\tbreak;"
 
-00913a4792c25d274167991b7ff6b573c842414cf1c1ca9d440ee86cadbb90fb
+40b2da8852ad79119b7f4bd570dda975fa1ca4d23cd1648f7e58e61bf331bac2

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.