mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
staging: rtl8723bs: os_dep: ioctl_linux.c: Remove unnecessary parentheses
Challenge suggested by coccinelle. Remove unnecessary parentheses around an expression and fix identation issue. Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
454e27b977
commit
5b07a3905f
@@ -961,7 +961,7 @@ static int rtw_wx_set_pmkid(struct net_device *dev,
|
||||
if (pPMK->cmd == IW_PMKSA_ADD) {
|
||||
DBG_871X("[rtw_wx_set_pmkid] IW_PMKSA_ADD!\n");
|
||||
if (!memcmp(strIssueBssid, strZeroMacAddress, ETH_ALEN))
|
||||
return(intReturn);
|
||||
return intReturn;
|
||||
else
|
||||
intReturn = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user