All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1163.1217335629@ocs10w>

diff --git a/a/1.txt b/N1/1.txt
index e9b2e79..06512e5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,8 @@ Simon Horman (on Tue, 29 Jul 2008 19:47:20 +1000) wrote:
 >Signed-off-by: Simon Horman <horms@verge.net.au>
 >
 >Index: linux-2.6/arch/ia64/kernel/salinfo.c
->=================================>--- linux-2.6.orig/arch/ia64/kernel/salinfo.c	2008-07-29 19:06:33.000000000 +1000
+>===================================================================
+>--- linux-2.6.orig/arch/ia64/kernel/salinfo.c	2008-07-29 19:06:33.000000000 +1000
 >+++ linux-2.6/arch/ia64/kernel/salinfo.c	2008-07-29 19:40:02.000000000 +1000
 >@@ -192,8 +192,8 @@ struct salinfo_platform_oemdata_parms {
 > static void
@@ -15,7 +16,7 @@ Simon Horman (on Tue, 29 Jul 2008 19:47:20 +1000) wrote:
 > {
 >-	down_trylock(&data->mutex);
 >-	up(&data->mutex);
->+	if (down_trylock(&data->mutex) = 0)
+>+	if (down_trylock(&data->mutex) == 0)
 >+		up(&data->mutex);
 > }
 > 
diff --git a/a/content_digest b/N1/content_digest
index 1b6d3ba..2bf16c4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020080729094718.GA5247@verge.net.au\0"
  "From\0Keith Owens <kaos@ocs.com.au>\0"
  "Subject\0Re: [patch] IA64: only call up() in salinfo_work_to_do() if down_trylock() was successful\0"
- "Date\0Tue, 29 Jul 2008 12:47:09 +0000\0"
+ "Date\0Tue, 29 Jul 2008 22:47:09 +1000\0"
  "To\0Simon Horman <horms@verge.net.au>\0"
  "Cc\0linux-ia64@vger.kernel.org"
   linux-kernel@vger.kernel.org
@@ -17,7 +17,8 @@
  ">Signed-off-by: Simon Horman <horms@verge.net.au>\n"
  ">\n"
  ">Index: linux-2.6/arch/ia64/kernel/salinfo.c\n"
- ">=================================>--- linux-2.6.orig/arch/ia64/kernel/salinfo.c\t2008-07-29 19:06:33.000000000 +1000\n"
+ ">===================================================================\n"
+ ">--- linux-2.6.orig/arch/ia64/kernel/salinfo.c\t2008-07-29 19:06:33.000000000 +1000\n"
  ">+++ linux-2.6/arch/ia64/kernel/salinfo.c\t2008-07-29 19:40:02.000000000 +1000\n"
  ">@@ -192,8 +192,8 @@ struct salinfo_platform_oemdata_parms {\n"
  "> static void\n"
@@ -25,7 +26,7 @@
  "> {\n"
  ">-\tdown_trylock(&data->mutex);\n"
  ">-\tup(&data->mutex);\n"
- ">+\tif (down_trylock(&data->mutex) = 0)\n"
+ ">+\tif (down_trylock(&data->mutex) == 0)\n"
  ">+\t\tup(&data->mutex);\n"
  "> }\n"
  "> \n"
@@ -39,4 +40,4 @@
  "\n"
  To remove the warning, just stick '(void)' in front of down_trylock().
 
-c49df83b5f980dc5f9d1442aa54a07172a73e4435ac5e389143969aa25509ffc
+1e742c5053210945aa3b9515eb2db708c5f494b40fb801d05fc9ba546557ae83

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.