All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20060729201809.GC8574@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 4f8b554..c6bb617 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -37,7 +37,7 @@ Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
  {
 -	if (current->pid && adb_probe_task_pid &&
 +	if (current->pid && (adb_probe_task_pid >= 0) &&
- 	  adb_probe_task_pid = current->pid)
+ 	  adb_probe_task_pid == current->pid)
  		msleep(ms);
  	else
 @@ -270,6 +270,9 @@ static void
@@ -56,7 +56,7 @@ Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
  	if ((flags & ADBREQ_SYNC) &&
 -	    (current->pid && adb_probe_task_pid &&
 +	    (current->pid && (adb_probe_task_pid >= 0) &&
- 	    adb_probe_task_pid = current->pid)) {
+ 	    adb_probe_task_pid == current->pid)) {
  		req->done = adb_probe_wakeup;
  		rc = adb_controller->send_request(req, 0);
 --- a/drivers/macintosh/therm_pm72.c
@@ -79,9 +79,3 @@ Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
 +	if (ctrl_task >= 0)
  		wait_for_completion(&ctrl_complete);
  }
- 
-
-_______________________________________________
-Kernel-janitors mailing list
-Kernel-janitors@lists.osdl.org
-https://lists.osdl.org/mailman/listinfo/kernel-janitors
diff --git a/a/content_digest b/N1/content_digest
index ec717f5..85e6f85 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020060729201139.GA8574@localhost.localdomain\0"
  "From\0Neil Horman <nhorman@tuxdriver.com>\0"
  "Subject\0Re: [KJ] (re) audit return code handling for kernel_thread [2/3]\0"
- "Date\0Sat, 29 Jul 2006 20:18:09 +0000\0"
+ "Date\0Sat, 29 Jul 2006 16:18:09 -0400\0"
  "To\0kernel-janitors@lists.osdl.org"
   linux-kernel@vger.kernel.org
   torvalds@osdl.org
@@ -52,7 +52,7 @@
  " {\n"
  "-\tif (current->pid && adb_probe_task_pid &&\n"
  "+\tif (current->pid && (adb_probe_task_pid >= 0) &&\n"
- " \t  adb_probe_task_pid = current->pid)\n"
+ " \t  adb_probe_task_pid == current->pid)\n"
  " \t\tmsleep(ms);\n"
  " \telse\n"
  "@@ -270,6 +270,9 @@ static void\n"
@@ -71,7 +71,7 @@
  " \tif ((flags & ADBREQ_SYNC) &&\n"
  "-\t    (current->pid && adb_probe_task_pid &&\n"
  "+\t    (current->pid && (adb_probe_task_pid >= 0) &&\n"
- " \t    adb_probe_task_pid = current->pid)) {\n"
+ " \t    adb_probe_task_pid == current->pid)) {\n"
  " \t\treq->done = adb_probe_wakeup;\n"
  " \t\trc = adb_controller->send_request(req, 0);\n"
  "--- a/drivers/macintosh/therm_pm72.c\n"
@@ -93,12 +93,6 @@
  "-\tif (ctrl_task != 0)\n"
  "+\tif (ctrl_task >= 0)\n"
  " \t\twait_for_completion(&ctrl_complete);\n"
- " }\n"
- " \n"
- "\n"
- "_______________________________________________\n"
- "Kernel-janitors mailing list\n"
- "Kernel-janitors@lists.osdl.org\n"
- https://lists.osdl.org/mailman/listinfo/kernel-janitors
+  }
 
-38fb192e07c03bc695a24f07d0278e90e856c5547aa73ee96f22ad2c50c95243
+fed19e59d156db4dc49bc09a685e42593681ad7edc4d7ae47e4ee2bd31c60ec8

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.