[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060908225443.9340.32666.sendpatchset@kaori.pdx.zabbo.net>
Date: Fri, 8 Sep 2006 15:54:43 -0700 (PDT)
From: Zach Brown <zach.brown@...cle.com>
To: Andrew Morton <akpm@...l.org>, linux-kernel@...r.kernel.org
Subject: [PATCH 1/10] futex: remove extra pr_debug format specifications
futex: remove extra pr_debug format specifications
Signed-off-by: Zach Brown <zach.brown@...cle.com>
---
kernel/futex.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: 2.6.18-rc6-debug-args/kernel/futex.c
===================================================================
--- 2.6.18-rc6-debug-args.orig/kernel/futex.c
+++ 2.6.18-rc6-debug-args/kernel/futex.c
@@ -1359,7 +1359,7 @@ static long futex_lock_pi_restart(struct
(u64) restart->arg0;
}
- pr_debug("lock_pi restart: %p, %d (%d)\n",
+ pr_debug("lock_pi restart: %p, %d\n",
(u32 __user *)restart->arg0, current->pid);
ret = do_futex_lock_pi((u32 __user *)restart->arg0, restart->arg1,
@@ -1396,7 +1396,7 @@ static int futex_lock_pi(u32 __user *uad
if (ret != -EINTR)
return ret;
- pr_debug("lock_pi interrupted: %p, %d (%d)\n", uaddr, current->pid);
+ pr_debug("lock_pi interrupted: %p, %d\n", uaddr, current->pid);
restart = ¤t_thread_info()->restart_block;
restart->fn = futex_lock_pi_restart;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists