]> git.baikalelectronics.ru Git - kernel.git/commit
kasan: test: Use NULL macros
authorRicardo Ribalda <ribalda@chromium.org>
Fri, 11 Feb 2022 16:42:44 +0000 (17:42 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 4 Apr 2022 20:29:20 +0000 (14:29 -0600)
commit779434a98514b4b49c860f7d530170a6b319326b
treeddb7bd839b791ada75f3da062b2c3dcdee555a4f
parent75755c9465051b782b4ebb321ec44063a0b085c7
kasan: test: Use NULL macros

Replace PTR_EQ checks with the more idiomatic and specific NULL macros.

Acked-by: Daniel Latypov <dlatypov@google.com>
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Acked-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/test_kasan.c