All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] timer_create02: minor typo fix
@ 2025-08-18 14:16 Avinesh Kumar
  2025-08-19  7:29 ` Petr Vorel
  0 siblings, 1 reply; 2+ messages in thread
From: Avinesh Kumar @ 2025-08-18 14:16 UTC (permalink / raw)
  To: ltp

Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
 testcases/kernel/syscalls/timer_create/timer_create02.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/timer_create/timer_create02.c b/testcases/kernel/syscalls/timer_create/timer_create02.c
index 551cf50b9..1fd0dd945 100644
--- a/testcases/kernel/syscalls/timer_create/timer_create02.c
+++ b/testcases/kernel/syscalls/timer_create/timer_create02.c
@@ -65,7 +65,7 @@ static void run(unsigned int n)
 
 	if (TST_RET != -1 || TST_ERR != tc->error) {
 		tst_res(TFAIL | TTERRNO,
-			"%s idn't fail as expected (%s) - Got",
+			"%s did not fail as expected (%s) - Got",
 			tc->desc, tst_strerrno(tc->error));
 		return;
 	}
-- 
2.43.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] timer_create02: minor typo fix
  2025-08-18 14:16 [LTP] [PATCH] timer_create02: minor typo fix Avinesh Kumar
@ 2025-08-19  7:29 ` Petr Vorel
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2025-08-19  7:29 UTC (permalink / raw)
  To: Avinesh Kumar; +Cc: ltp

Hi Avinesh,

thanks, merged!

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-19  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-18 14:16 [LTP] [PATCH] timer_create02: minor typo fix Avinesh Kumar
2025-08-19  7:29 ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.