Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH] Staging: r8188eu: core: Concatenated strings should use spaces between elements
@ 2022-02-07 23:56 Leonardo Araujo
  2022-02-08  9:44 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Leonardo Araujo @ 2022-02-07 23:56 UTC (permalink / raw)
  To: Larry.Finger, phil, gregkh; +Cc: linux-kernel, linux-staging, Leonardo Araujo

This patch fixes the following checkpatch.pl warning:

CHECK: Concatenated strings should use spaces between elements

Signed-off-by: Leonardo Araujo <leonardo.aa88@gmail.com>
---
 drivers/staging/r8188eu/core/rtw_ap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/r8188eu/core/rtw_ap.c b/drivers/staging/r8188eu/core/rtw_ap.c
index c7803144355a..30f5ad4e7ca7 100644
--- a/drivers/staging/r8188eu/core/rtw_ap.c
+++ b/drivers/staging/r8188eu/core/rtw_ap.c
@@ -1093,7 +1093,7 @@ int rtw_sta_flush(struct adapter *padapter)
 	struct mlme_ext_info	*pmlmeinfo = &pmlmeext->mlmext_info;
 	u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
 
-	DBG_88E(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(padapter->pnetdev));
+	DBG_88E(FUNC_NDEV_FMT "\n", FUNC_NDEV_ARG(padapter->pnetdev));
 
 	if ((pmlmeinfo->state & 0x03) != WIFI_FW_AP_STATE)
 		return ret;
-- 
2.29.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: r8188eu: core: Concatenated strings should use spaces between elements
  2022-02-07 23:56 [PATCH] Staging: r8188eu: core: Concatenated strings should use spaces between elements Leonardo Araujo
@ 2022-02-08  9:44 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-02-08  9:44 UTC (permalink / raw)
  To: Leonardo Araujo; +Cc: Larry.Finger, phil, linux-kernel, linux-staging

On Mon, Feb 07, 2022 at 08:56:43PM -0300, Leonardo Araujo wrote:
> This patch fixes the following checkpatch.pl warning:
> 
> CHECK: Concatenated strings should use spaces between elements
> 
> Signed-off-by: Leonardo Araujo <leonardo.aa88@gmail.com>
> ---
>  drivers/staging/r8188eu/core/rtw_ap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/r8188eu/core/rtw_ap.c b/drivers/staging/r8188eu/core/rtw_ap.c
> index c7803144355a..30f5ad4e7ca7 100644
> --- a/drivers/staging/r8188eu/core/rtw_ap.c
> +++ b/drivers/staging/r8188eu/core/rtw_ap.c
> @@ -1093,7 +1093,7 @@ int rtw_sta_flush(struct adapter *padapter)
>  	struct mlme_ext_info	*pmlmeinfo = &pmlmeext->mlmext_info;
>  	u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
>  
> -	DBG_88E(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(padapter->pnetdev));
> +	DBG_88E(FUNC_NDEV_FMT "\n", FUNC_NDEV_ARG(padapter->pnetdev));
>  
>  	if ((pmlmeinfo->state & 0x03) != WIFI_FW_AP_STATE)
>  		return ret;
> -- 
> 2.29.0
> 
> 

This too does not apply, sorry.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-08  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07 23:56 [PATCH] Staging: r8188eu: core: Concatenated strings should use spaces between elements Leonardo Araujo
2022-02-08  9:44 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox