[LTP] [PATCH 2/2] msgrcv07: Cleanup indentation
Richard Palethorpe
rpalethorpe@suse.com
Fri Sep 24 11:21:11 CEST 2021
make make check happy.
Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
---
testcases/kernel/syscalls/ipc/msgrcv/msgrcv07.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/syscalls/ipc/msgrcv/msgrcv07.c b/testcases/kernel/syscalls/ipc/msgrcv/msgrcv07.c
index 8635ef7a4..4528f69b2 100644
--- a/testcases/kernel/syscalls/ipc/msgrcv/msgrcv07.c
+++ b/testcases/kernel/syscalls/ipc/msgrcv/msgrcv07.c
@@ -201,7 +201,7 @@ static void test_positive_msgtyp(void)
if (strcmp(rcv_buf.mtext, MSG2) == 0 && rcv_buf.type == MSGTYPE2) {
tst_res(TPASS,
- "msgtyp got the first message in the queue of type msgtyp");
+ "msgtyp got the first message in the queue of type msgtyp");
} else {
tst_res(TFAIL,
"msgtyp didn't get the first message in the queue of type msgtyp");
@@ -226,7 +226,7 @@ static void test_negative_msgtyp(void)
if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) {
tst_res(TPASS,
- "-msgtyp got the first message in the queue with the lowest type");
+ "-msgtyp got the first message in the queue with the lowest type");
} else {
tst_res(TFAIL,
"-msgtyp didn't get the first message in the queue with the lowest type");
--
2.31.1
More information about the ltp
mailing list