Break too long line to follow kernel coding style.

Signed-off-by: Kacper Kołodziej <kac...@kolodziej.it>
---
 drivers/staging/rtl8188eu/core/rtw_ap.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c 
b/drivers/staging/rtl8188eu/core/rtw_ap.c
index 454a975a14f2..220b4bbe1f84 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -362,7 +362,8 @@ void        expire_timeout_chk(struct adapter *padapter)
                                stainfo_offset =
                                        rtw_stainfo_offset(pstapriv, psta);
                                if (stainfo_offset_valid(stainfo_offset))
-                                       chk_alive_list[chk_alive_num++] = 
stainfo_offset;
+                                       chk_alive_list[chk_alive_num++] =
+                                               stainfo_offset;
                                continue;
                        }
 
-- 
2.16.4

Reply via email to