It's getting really tedious to have to snprintf a formatted string into a char buf before actually feeding the buf to ksft_* output so the ksft_* output functions are now variadic so that we can format the output directly within the output function. Also a generic informative ksft output function was added. Paul Elder (2): kselftest: make ksft_* output functions variadic kselftest: add ksft_print_msg() function to output general information tools/testing/selftests/kselftest.h | 69 +++++++++++++++++++++++++++++++------ 1 file changed, 58 insertions(+), 11 deletions(-) -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html