ipc/mqueue: remove unnecessary (void*) conversion
authorYu Zhe <yuzhe@nfschina.com>
Tue, 28 Jun 2022 02:12:51 +0000 (10:12 +0800)
committerakpm <akpm@linux-foundation.org>
Mon, 18 Jul 2022 00:31:40 +0000 (17:31 -0700)
commit2c795fb03f138e9602e1f1ee31b8bfc00a96c7e5
tree8621965ccfd1e2df0cef85fa131ee7d1ca1a10b0
parent46d36b1be18b745fc9f6be2087633ba2f9895ffe
ipc/mqueue: remove unnecessary (void*) conversion

Remove unnecessary void* type casting.

Link: https://lkml.kernel.org/r/20220628021251.17197-1-yuzhe@nfschina.com
Signed-off-by: Yu Zhe <yuzhe@nfschina.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
ipc/mqueue.c