Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1203663
| From | Swee Hua Law <sweehua81@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Add space after , |
| Date | 2015-08-09 18:10 +0200 |
| Message-ID | <pVBkC-2yf-27@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
add space after , to fix coding style issue Signed-off-by: Swee Hua Law <sweehua81@gmail.com> --- drivers/staging/rtl8723au/core/rtw_sreset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/core/rtw_sreset.c b/drivers/staging/rtl8723au/core/rtw_sreset.c index 29a29d9..48b7723 100644 --- a/drivers/staging/rtl8723au/core/rtw_sreset.c +++ b/drivers/staging/rtl8723au/core/rtw_sreset.c @@ -71,7 +71,7 @@ static void sreset_restore_security_station(struct rtw_adapter *padapter) /* pairwise key */ rtw_setstakey_cmd23a(padapter, (unsigned char *)psta, true); /* group key */ - rtw_set_key23a(padapter,&padapter->securitypriv, padapter->securitypriv.dot118021XGrpKeyid, 0); + rtw_set_key23a(padapter, &padapter->securitypriv, padapter->securitypriv.dot118021XGrpKeyid, 0); } } } -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] Add space after , Swee Hua Law <sweehua81@gmail.com> - 2015-08-09 18:10 +0200 Re: [PATCH] Add space after , Larry Finger <Larry.Finger@lwfinger.net> - 2015-08-09 18:30 +0200
csiph-web