staging: rtl8723bs: Fix function call wrapping style
authorJavier F. Arias <jarias.linux@gmail.com>
Wed, 9 Oct 2019 00:25:05 +0000 (19:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2019 08:55:03 +0000 (10:55 +0200)
Fix the wrapping style used for the function call.
Issue found by checkpatch.

Signed-off-by: Javier F. Arias <jarias.linux@gmail.com>
Link: https://lore.kernel.org/r/f43f9295d7412d610e278be608fba6f2cc14cac9.1570577926.git.jarias.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ap.c

index e3246a77e2a518706fda06c37a48e76606866a49..cec2f9f2d5ca716c2f345705ccaa96c069f697e8 100644 (file)
@@ -216,9 +216,9 @@ void expire_timeout_chk(struct adapter *padapter)
        /* check auth_queue */
        #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);
+               DBG_871X(FUNC_NDEV_FMT" auth_list, cnt:%u\n",
+                        FUNC_NDEV_ARG(padapter->pnetdev),
+                        pstapriv->auth_list_cnt);
        }
        #endif
        while (phead != plist) {