linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8188eu: break line longer than 80 cols
@ 2018-07-11 19:24 Kacper Kołodziej
  2018-07-12  6:17 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Kacper Kołodziej @ 2018-07-11 19:24 UTC (permalink / raw)
  To: linux-kernel, devel
  Cc: Kacper Kołodziej, Greg Kroah-Hartman, Janani Sankara Babu,
	Michael Straube, Hans de Goede

Signed-off-by: Kacper Kołodziej <kacper@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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-12  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-11 19:24 [PATCH] staging: rtl8188eu: break line longer than 80 cols Kacper Kołodziej
2018-07-12  6:17 ` Greg Kroah-Hartman
2018-07-12  8:11   ` Kacper Kołodziej

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).