From a3e440414de63887c8d3dd655c95560b98c3058b Mon Sep 17 00:00:00 2001 From: NAKAMURA Gou Date: Thu, 17 Sep 2015 20:06:00 +0900 Subject: [PATCH] nanosleep: cosmetic change --- kernel/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/syscall.c b/kernel/syscall.c index a49f095b..ca2ed696 100644 --- a/kernel/syscall.c +++ b/kernel/syscall.c @@ -5017,7 +5017,7 @@ SYSCALL_DECLARE(nanosleep) { struct timespec *tv = (struct timespec *)ihk_mc_syscall_arg0(ctx); struct timespec *rem = (struct timespec *)ihk_mc_syscall_arg1(ctx); - struct syscall_request request IHK_DMA_ALIGN; + struct syscall_request request IHK_DMA_ALIGN; /* Do it locally if supported */ if (gettime_local_support) {