]> www.infradead.org Git - users/jedix/linux-maple.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>
Mon, 17 Mar 2025 06:24:15 +0000 (23:24 -0700)
commit758502918e77323bf999a3eddd71466bf6135173
treedd9acd4a3a59944dd0e825d3414e8f18b696da93
parent4022918876f9a28fe5379e2d7b7840e84f7b56ed
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