Skip to content

Commit

Permalink
Staging: rtl8723bs: fix spaces in odm_debug.h
Browse files Browse the repository at this point in the history
This commit fixes the following checkpatch.pl errors:

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

Reviewed-by: Dan Carpenter <[email protected]>
Signed-off-by: Marco Cesati <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Marco Cesati authored and gregkh committed Mar 16, 2021
1 parent 19da159 commit a5b2ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8723bs/hal/odm_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

0 comments on commit a5b2ee5

Please sign in to comment.