[PATCH 34/57] Staging: rtl8723bs: fix spaces in odm_debug.h

Marco Cesati marcocesati at gmail.com
Mon Mar 15 17:05:55 UTC 2021


This commit fixes the following checkpatch.pl errors:

    ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
    #165: FILE: ./hal/odm_debug.h:165:
    +void ODM_InitDebugSetting(struct DM_ODM_T * pDM_Odm);

Signed-off-by: Marco Cesati <marcocesati at gmail.com>
---
 drivers/staging/rtl8723bs/hal/odm_debug.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/hal/odm_debug.h b/drivers/staging/rtl8723bs/hal/odm_debug.h
index adb63ecc0b3e..22f0e37456e2 100644
--- a/drivers/staging/rtl8723bs/hal/odm_debug.h
+++ b/drivers/staging/rtl8723bs/hal/odm_debug.h
@@ -162,6 +162,6 @@
 	no_printk("%s %p", title_str, ptr)
 #endif
 
-void ODM_InitDebugSetting(struct DM_ODM_T * pDM_Odm);
+void ODM_InitDebugSetting(struct DM_ODM_T *pDM_Odm);
 
 #endif	/*  __ODM_DBG_H__ */
-- 
2.30.2



More information about the devel mailing list