diff options
| author | Marco Cesati <[email protected]> | 2021-03-15 18:05:56 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-16 12:23:16 +0100 |
| commit | e3c15adbbffe2a2d1e5dda06ccdafc815cf1c929 (patch) | |
| tree | d4215414418ac3e58e61967f4b441d79ff7963ad /tools/perf/scripts/python/bin | |
| parent | a5b2ee5f96c79e436e82d4797172a74801b8afe0 (diff) | |
Staging: rtl8723bs: fix spaces in rtl8723b_dm.c
This commit fixes the following checkpatch.pl errors:
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#28: FILE: ./hal/rtl8723b_dm.c:28:
+ struct DM_ODM_T * pDM_Odm = &(pHalData->odmpriv);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#77: FILE: ./hal/rtl8723b_dm.c:77:
+ struct DM_ODM_T * pDM_Odm = &(pHalData->odmpriv);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#132: FILE: ./hal/rtl8723b_dm.c:132:
+ struct DM_ODM_T * pDM_Odm = &(pHalData->odmpriv);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#206: FILE: ./hal/rtl8723b_dm.c:206:
+ struct DM_ODM_T * pDM_Odm = &pHalData->odmpriv;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#232: FILE: ./hal/rtl8723b_dm.c:232:
+ struct DM_ODM_T * pDM_Odm = &pHalData->odmpriv;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#233: FILE: ./hal/rtl8723b_dm.c:233:
+ struct DIG_T * pDM_DigTable = &pDM_Odm->DM_DigTable;
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]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions