Re: [PATCH] time: fix formatting in /proc/timer_list

2007-03-21 Thread James Morris
On Wed, 21 Mar 2007, James Morris wrote: > Fix the print formatting of three unsigned long fields in > /proc/timer_list, which are currently being formatted as unsigned int. ^^ The last bit should be 'signed long'. -- James M

[PATCH] time: fix formatting in /proc/timer_list

2007-03-21 Thread James Morris
Fix the print formatting of three unsigned long fields in /proc/timer_list, which are currently being formatted as unsigned int. Signed-off-by: James Morris <[EMAIL PROTECTED]> --- diff --git a/kernel/time/timer_list.c b/kernel/time/timer_list.c index f82c635..59df5e8 100644 --- a/kernel/time/