original_kernel/lib/kunit
Dan Carpenter 618887768b kunit: update NULL vs IS_ERR() tests
The alloc_string_stream() functions were changed from returning NULL on
error to returning error pointers so these caller needs to be updated
as well.

Fixes: 78b1c6584f ("kunit: string-stream: Simplify resource use")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2022-10-18 15:08:42 -06:00
..
.kunitconfig
Kconfig
Makefile
assert.c
debugfs.c
debugfs.h
executor.c
executor_test.c
kunit-example-test.c
kunit-test.c kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends 2022-10-07 10:15:44 -06:00
resource.c
string-stream-test.c
string-stream.c kunit: update NULL vs IS_ERR() tests 2022-10-18 15:08:42 -06:00
string-stream.h kunit: drop test pointer in string_stream_fragment 2022-10-07 10:15:33 -06:00
test.c kunit: update NULL vs IS_ERR() tests 2022-10-18 15:08:42 -06:00
try-catch-impl.h
try-catch.c