Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cf58b91 authored by Kacper Kołodziej's avatar Kacper Kołodziej Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: break line longer than 80 cols



Break too long line to follow kernel coding style.

Signed-off-by: default avatarKacper Kołodziej <kacper@kolodziej.it>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 948fd537
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
			}