diff mbox series

stime: Add space to make make-check happy

Message ID 20211101053454.11505-1-tangmeng@uniontech.com
State Accepted
Headers show
Series stime: Add space to make make-check happy | expand

Commit Message

Meng Tang Nov. 1, 2021, 5:34 a.m. UTC
Signed-off-by: tangmeng <tangmeng@uniontech.com>
---
 testcases/kernel/syscalls/stime/stime02.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.20.1

Comments

Cyril Hrubis Nov. 2, 2021, 3:02 p.m. UTC | #1
Hi!
Applied, thanks.
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/stime/stime02.c b/testcases/kernel/syscalls/stime/stime02.c
index 126a49ade..0b2dc384c 100644
--- a/testcases/kernel/syscalls/stime/stime02.c
+++ b/testcases/kernel/syscalls/stime/stime02.c
@@ -38,7 +38,7 @@  static void run(void)
 		return;
 	}

-	tst_res(TFAIL| TTERRNO,
+	tst_res(TFAIL | TTERRNO,
 		"stime(2) fails, Caller not root, expected errno:%d", EPERM);
 }