staging: rtl8723bs: Add space between elements
authorJavier F. Arias <jarias.linux@gmail.com>
Wed, 9 Oct 2019 00:25:45 +0000 (19:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2019 08:55:04 +0000 (10:55 +0200)
Concatenated strings should use spaces between elements.
Issue found by checkpatch.

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

index cec2f9f..80027ac 100644 (file)
@@ -216,7 +216,7 @@ 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",
+               DBG_871X(FUNC_NDEV_FMT " auth_list, cnt:%u\n",
                         FUNC_NDEV_ARG(padapter->pnetdev),
                         pstapriv->auth_list_cnt);
        }