lkml.org 
[lkml]   [2006]   [Sep]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/10] futex: remove extra pr_debug format specifications
Date
futex: remove extra pr_debug format specifications

Signed-off-by: Zach Brown <zach.brown@oracle.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 = &current_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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-09-09 00:57    [W:0.086 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site