Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: rtl8723bs: fix spaces in odm_PathDiv.c
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" torvalds#12: FILE: ./hal/odm_PathDiv.c:12: + struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" torvalds#25: FILE: ./hal/odm_PathDiv.c:25: + struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID; Signed-off-by: Marco Cesati <marcocesati@gmail.com>
- Loading branch information