Skip to content

Commit

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

    ERROR:POINTER_LOCATION: "foo *  bar" should be "foo *bar"
    torvalds#18: FILE: ./hal/HalHWImg8723B_MAC.h:18:
    +	struct DM_ODM_T *  pDM_Odm

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
  • Loading branch information
Marco Cesati authored and intel-lab-lkp committed Mar 15, 2021
1 parent 2f80249 commit 8fd2bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8723bs/hal/HalHWImg8723B_MAC.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

void
ODM_ReadAndConfig_MP_8723B_MAC_REG(/* TC: Test Chip, MP: MP Chip */
struct DM_ODM_T * pDM_Odm
struct DM_ODM_T *pDM_Odm
);
#endif

0 comments on commit 8fd2bfc

Please sign in to comment.