[LTP] [PATCH 2/2] msgrcv07: Cleanup indentation
Petr Vorel
pvorel@suse.cz
Fri Sep 24 12:22:49 CEST 2021
Hi Richie,
> make make check happy.
thx!
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Kind regards,
Petr
> 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");
More information about the ltp
mailing list