The patch titled whitespace fixes: interval timers has been added to the -mm tree. Its filename is whitespace-fixes-interval-timers.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: whitespace fixes: interval timers From: Daniel Walker <dwalker@xxxxxxxxxx> Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/itimer.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN kernel/itimer.c~whitespace-fixes-interval-timers kernel/itimer.c --- a/kernel/itimer.c~whitespace-fixes-interval-timers +++ a/kernel/itimer.c @@ -130,7 +130,7 @@ asmlinkage long sys_getitimer(int which, 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; } _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are whitespace-fixes-time-syscalls.patch whitespace-fixes-process-accounting.patch whitespace-fixes-cpuset.patch whitespace-fixes-relayfs.patch whitespace-fixes-audit-filtering.patch whitespace-fixes-dma-channel-allocator.patch whitespace-fixes-fork.patch whitespace-fixes-module-loading.patch whitespace-fixes-panic-handling.patch whitespace-fixes-capability-syscalls.patch whitespace-fixes-syscall-auditing.patch whitespace-fixes-compat-syscalls.patch whitespace-fixes-system-auditing.patch whitespace-fixes-execution-domains.patch whitespace-fixes-interval-timers.patch whitespace-fixes-system-timers.patch whitespace-fixes-task-exit-handling.patch profile-likely-unlikely-macros.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html