mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-24 22:55:35 +08:00
staging: rtl8712: Remove unnecessary parentheses
Remove redundant parentheses reported by checkpatch. Signed-off-by: Aliya Rahmani <aliyarahmani786@gmail.com> Link: https://lore.kernel.org/r/20220413182303.34807-1-aliyarahmani786@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ee25681ac9
commit
4f7224d3c5
@ -75,7 +75,7 @@ static u8 do_join(struct _adapter *padapter)
|
||||
* acquired by caller...
|
||||
*/
|
||||
struct wlan_bssid_ex *pdev_network =
|
||||
&(padapter->registrypriv.dev_network);
|
||||
&padapter->registrypriv.dev_network;
|
||||
pmlmepriv->fw_state = WIFI_ADHOC_MASTER_STATE;
|
||||
pibss = padapter->registrypriv.dev_network.MacAddress;
|
||||
memcpy(&pdev_network->Ssid,
|
||||
|
Loading…
Reference in New Issue
Block a user