]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: remove unnecessary void * casts in rtl8723b_hal_init.c
authorSiwanan Bungtong <horstaufmental@gmail.com>
Tue, 10 Feb 2026 03:06:06 +0000 (10:06 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 14:41:30 +0000 (15:41 +0100)
commit97926ebe5485770e5474cb994ad7c16b6ac6896b
treeaf53f22f7102aeee030b7df3ddb6054f9ae7e70e
parent102e8dbdfd85546728b3f2754c1c50e2879962f4
staging: rtl8723bs: remove unnecessary void * casts in rtl8723b_hal_init.c

Remove redundant (void *) casts when calling memcpy/memset and
other helpers. These casts are unnecessary since C implicitly
converts to void * and they only add noise.

No functional change.

Signed-off-by: Siwanan Bungtong <horstaufmental@gmail.com>
Link: https://patch.msgid.link/20260210030607.1430567-7-horstaufmental@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c