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

diff --git a/a/1.txt b/N1/1.txt
index 94808bd..281911e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,5 +13,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 9663565..8bb0550 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch] dma-debug: off by one issue\0"
- "Date\0Fri, 02 Apr 2010 11:28:43 +0000\0"
+ "Date\0Fri, 2 Apr 2010 14:28:43 +0300\0"
  "To\0Joerg Roedel <joerg.roedel@amd.com>\0"
  "Cc\0Ingo Molnar <mingo@elte.hu>"
   FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
@@ -24,7 +24,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;"
 
-0df9ffa48e6689ff883e9b875c815ddb751a1ab58771df2bd50cc0a521d83849
+e4140a23b15d9d6a581ed31fb2348a8b417ad0cb9e6808eb722938659bd51a74

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.