Searched refs:combined_content (Results 1 – 1 of 1) sorted by relevance
284 char *combined_content; in string_stream_append_test() local323 combined_content = kunit_kmalloc(test, combined_length, GFP_KERNEL); in string_stream_append_test()324 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, combined_content); in string_stream_append_test()325 snprintf(combined_content, combined_length, "%s%s", in string_stream_append_test()328 KUNIT_EXPECT_STREQ(test, get_concatenated_string(test, stream_1), combined_content); in string_stream_append_test()