From: Larry Finger Date: Sat, 8 Apr 2017 16:07:40 +0000 (-0500) Subject: staging: rtl8723bs: Fix indenting problem in core/rtw_sta_mgt.c X-Git-Tag: v4.12-rc1~84^2~205 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aa29d8bca578930d86a2087175c2a8d2673f3fa6;p=karo-tx-linux.git staging: rtl8723bs: Fix indenting problem in core/rtw_sta_mgt.c Sparse reports the following: CHECK drivers/staging/rtl8723bs/core/rtw_sta_mgt.c drivers/staging/rtl8723bs/core/rtw_sta_mgt.c:25 _rtw_init_stainfo() warn: inconsistent indenting This problem is fixed with a white-spcae change. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/core/rtw_sta_mgt.c b/drivers/staging/rtl8723bs/core/rtw_sta_mgt.c index d7eee6dd7e3b..cb43ec90a648 100644 --- a/drivers/staging/rtl8723bs/core/rtw_sta_mgt.c +++ b/drivers/staging/rtl8723bs/core/rtw_sta_mgt.c @@ -22,7 +22,7 @@ void _rtw_init_stainfo(struct sta_info *psta) { memset((u8 *)psta, 0, sizeof(struct sta_info)); - spin_lock_init(&psta->lock); + spin_lock_init(&psta->lock); INIT_LIST_HEAD(&psta->list); INIT_LIST_HEAD(&psta->hash_list); /* INIT_LIST_HEAD(&psta->asoc_list); */