From: Marco Cesati Date: Mon, 15 Mar 2021 17:05:54 +0000 (+0100) Subject: Staging: rtl8723bs: fix spaces in odm_debug.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=19da159e1f5451d5d7377a37857032895a5c9e6e;p=linux.git Staging: rtl8723bs: fix spaces in odm_debug.c This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #10: FILE: ./hal/odm_debug.c:10: +void ODM_InitDebugSetting(struct DM_ODM_T * pDM_Odm) Reviewed-by: Dan Carpenter Signed-off-by: Marco Cesati Link: https://lore.kernel.org/r/20210315170618.2566-34-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/hal/odm_debug.c b/drivers/staging/rtl8723bs/hal/odm_debug.c index 050aae37494ed..8e0fb04bc3d6c 100644 --- a/drivers/staging/rtl8723bs/hal/odm_debug.c +++ b/drivers/staging/rtl8723bs/hal/odm_debug.c @@ -7,7 +7,7 @@ #include "odm_precomp.h" -void ODM_InitDebugSetting(struct DM_ODM_T * pDM_Odm) +void ODM_InitDebugSetting(struct DM_ODM_T *pDM_Odm) { pDM_Odm->DebugLevel = ODM_DBG_LOUD;