Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().

Realign the function parameters and comment blocks to match the kernel
coding style.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Quytelda Kahja and committed by
Greg Kroah-Hartman
79652e2c 86c0205b

+3 -3
+3 -3
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
··· 2131 2131 } 2132 2132 2133 2133 static int rtw_wx_set_auth(struct net_device *dev, 2134 - struct iw_request_info *info, 2135 - union iwreq_data *wrqu, char *extra) 2134 + struct iw_request_info *info, 2135 + union iwreq_data *wrqu, char *extra) 2136 2136 { 2137 2137 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); 2138 2138 struct iw_param *param = (struct iw_param*)&(wrqu->param); ··· 2189 2189 case IW_AUTH_80211_AUTH_ALG: 2190 2190 /* 2191 2191 * It's the starting point of a link layer connection using wpa_supplicant 2192 - */ 2192 + */ 2193 2193 if (check_fwstate(&padapter->mlmepriv, _FW_LINKED)) { 2194 2194 LeaveAllPowerSaveMode(padapter); 2195 2195 rtw_disassoc_cmd(padapter, 500, false);