forked from Minki/linux
staging: rtl8723bs: Fix line over 80 characters
Break last two function call arguments into two separate lines. Issue found by checkpatch. Signed-off-by: Javier F. Arias <jarias.linux@gmail.com> Link: https://lore.kernel.org/r/9a8f7b026780b3a7387c29f1d67a7c23d4b159eb.1570577926.git.jarias.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
38c077d707
commit
a9ce2354f7
@ -217,7 +217,8 @@ void expire_timeout_chk(struct adapter *padapter)
|
||||
#ifdef DBG_EXPIRATION_CHK
|
||||
if (phead != plist) {
|
||||
DBG_871X(FUNC_NDEV_FMT" auth_list, cnt:%u\n"
|
||||
, FUNC_NDEV_ARG(padapter->pnetdev), pstapriv->auth_list_cnt);
|
||||
, FUNC_NDEV_ARG(padapter->pnetdev)
|
||||
, pstapriv->auth_list_cnt);
|
||||
}
|
||||
#endif
|
||||
while (phead != plist) {
|
||||
|
Loading…
Reference in New Issue
Block a user