Commit af2f2c5e authored by Javier F. Arias's avatar Javier F. Arias Committed by Greg Kroah-Hartman

staging: rtl8723bs: Fix function call wrapping style

Fix the wrapping style used for the function call.
Issue found by checkpatch.
Signed-off-by: default avatarJavier F. Arias <jarias.linux@gmail.com>
Link: https://lore.kernel.org/r/f43f9295d7412d610e278be608fba6f2cc14cac9.1570577926.git.jarias.linux@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a9ce2354
...@@ -216,9 +216,9 @@ void expire_timeout_chk(struct adapter *padapter) ...@@ -216,9 +216,9 @@ void expire_timeout_chk(struct adapter *padapter)
/* check auth_queue */ /* check auth_queue */
#ifdef DBG_EXPIRATION_CHK #ifdef DBG_EXPIRATION_CHK
if (phead != plist) { if (phead != plist) {
DBG_871X(FUNC_NDEV_FMT" auth_list, cnt:%u\n" DBG_871X(FUNC_NDEV_FMT" auth_list, cnt:%u\n",
, FUNC_NDEV_ARG(padapter->pnetdev) FUNC_NDEV_ARG(padapter->pnetdev),
, pstapriv->auth_list_cnt); pstapriv->auth_list_cnt);
} }
#endif #endif
while (phead != plist) { while (phead != plist) {
......
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