staging: rtl8188eu: break line longer than 80 cols

Break too long line to follow kernel coding style.

Signed-off-by: Kacper Kołodziej <kacper@kolodziej.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kacper Kołodziej 2018-07-12 10:11:39 +02:00 committed by Greg Kroah-Hartman
parent 948fd537bd
commit 6cf58b9182
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}