mm/kmemleak: make create_object return void
authorLiu Shixin <liushixin2@huawei.com>
Thu, 1 Sep 2022 02:30:07 +0000 (10:30 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 Sep 2022 03:26:10 +0000 (20:26 -0700)
commitb955aa70a3ac9f1dd5e26d4c7673ec3c28a8c2af
treefa636f42eea8d1a77206b9c8e0680b8ebbe58656
parent50717ed380ed3d7a5ddfa33aad864e20e7b7b453
mm/kmemleak: make create_object return void

No caller cares about the return value of create_object(), so make it
return void.

Link: https://lkml.kernel.org/r/20220901023007.3471887-1-liushixin2@huawei.com
Signed-off-by: Liu Shixin <liushixin2@huawei.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/kmemleak.c