Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24-rc5 /kernel/itimer.c

Filename:/kernel/itimer.c
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.6.24-rc4  2.6.24-rc3  2.6.24-rc2  2.6.24-rc1  2.6.23-git19  2.6.23-git18 
(Following) 2.6.24-rc6  2.6.24-rc7  2.6.24-rc8  2.6.24  2.6.24-git19  2.6.24-git20 

Location
[  2.6.24-rc5
  [  kernel
     o  itimer.c

Patch

diff --git a/kernel/itimer.c b/kernel/itimer.c
index 3205e8e..2fab344 100644
--- a/kernel/itimer.c
+++ b/kernel/itimer.c
@@ -130,7 +130,7 @@ asmlinkage long sys_getitimer(int which, struct itimerval __user *value)
 enum hrtimer_restart it_real_fn(struct hrtimer *timer)
 {
    struct signal_struct *sig =
-       container_of(timer, struct signal_struct, real_timer);
+      container_of(timer, struct signal_struct, real_timer);
 
    send_group_sig_info(SIGALRM, SEND_SIG_PRIV, sig->tsk);
 
@@ -291,6 +291,6 @@ asmlinkage long sys_setitimer(int which,
       return error;
 
    if (copy_to_user(ovalue, &get_buffer, sizeof(get_buffer)))
-      return -EFAULT; 
+      return -EFAULT;
    return 0;
 }


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.