staging: rtl8723bs: fixed a unnecessary parentheses coding style issue
authorDavid Zalman <davidzalman.101@gmail.com>
Wed, 19 Mar 2025 11:10:12 +0000 (07:10 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Mar 2025 14:12:23 +0000 (07:12 -0700)
commit3b23d31e569ca19b7bf1059760b879f61cd71ded
treedc752e71f27d31778a39ae00ec2b9e014bb47a9d
parent3e5def4249b9ad089aa0b46b84e6f5f8f70e2d85
staging: rtl8723bs: fixed a unnecessary parentheses coding style issue

Remove unnecessary parentheses around derefrened pointers in
core/rtw_ap.c to adapter to the Linux kernel coding style.

Reported by checkpatch:

CHECK: Unnecessary parentheses around x->y

Signed-off-by: David Zalman <davidzalman.101@gmail.com>
Link: https://lore.kernel.org/r/20250319111012.1588-1-davidzalman.101@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ap.c