public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kselftest/timers: fix build failure
@ 2017-07-25  7:50 Santosh Sivaraj
  2017-07-25 12:40 ` Miroslav Lichvar
  0 siblings, 1 reply; 3+ messages in thread
From: Santosh Sivaraj @ 2017-07-25  7:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: Miroslav Lichvar, John Stultz, Ingo Molnar, Thomas Gleixner

"message" parameter was not passed to ksft_exit_skip.

Signed-off-by: Santosh Sivaraj <santosh@fossix.org>
---
 tools/testing/selftests/timers/freq-step.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/timers/freq-step.c b/tools/testing/selftests/timers/freq-step.c
index e8c6183..bda9744 100644
--- a/tools/testing/selftests/timers/freq-step.c
+++ b/tools/testing/selftests/timers/freq-step.c
@@ -231,7 +231,7 @@ static void init_test(void)
 
 	if (precision > MAX_PRECISION) {
 		printf("[SKIP]\n");
-		ksft_exit_skip();
+		ksft_exit_skip("[SKIP]\n");
 	}
 
 	printf("[OK]\n");
-- 
2.9.4

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

end of thread, other threads:[~2017-07-25 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25  7:50 [PATCH] kselftest/timers: fix build failure Santosh Sivaraj
2017-07-25 12:40 ` Miroslav Lichvar
2017-07-25 13:32   ` [PATCH v2] " Santosh Sivaraj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox