]> www.infradead.org Git - users/willy/pagecache.git/commit
rhashtable: remove needless return in three void APIs
authorZijun Hu <quic_zijuhu@quicinc.com>
Fri, 21 Feb 2025 13:02:21 +0000 (05:02 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 14 Mar 2025 22:56:06 +0000 (15:56 -0700)
commit51a4cd48232a44853c6d26a1d597e8741b11b396
treec8ee22803e9185fd16dd767c74a60dbeeb93532f
parentc106b6897c69d15be3bebac6b85d41f9e9d7c7c8
rhashtable: remove needless return in three void APIs

Remove needless 'return' in the following void APIs:

 rhltable_walk_enter()
 rhltable_free_and_destroy()
 rhltable_destroy()

Since both the API and callee involved are void functions.

Link: https://lkml.kernel.org/r/20250221-rmv_return-v1-16-cc8dff275827@quicinc.com
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/rhashtable.h