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

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
...@@ -362,7 +362,8 @@ void expire_timeout_chk(struct adapter *padapter) ...@@ -362,7 +362,8 @@ void expire_timeout_chk(struct adapter *padapter)
stainfo_offset = stainfo_offset =
rtw_stainfo_offset(pstapriv, psta); rtw_stainfo_offset(pstapriv, psta);
if (stainfo_offset_valid(stainfo_offset)) if (stainfo_offset_valid(stainfo_offset))
chk_alive_list[chk_alive_num++] = stainfo_offset; chk_alive_list[chk_alive_num++] =
stainfo_offset;
continue; continue;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment