diff options
| author | Marco Cesati <[email protected]> | 2021-03-15 18:05:47 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-16 12:23:15 +0100 |
| commit | 55ccab6f4b2a671575f9d1f72534fb15983a5ad7 (patch) | |
| tree | b8eb92e18b65048c257d7c5424ef0b5d0b6985b3 /tools/perf/scripts/python/bin | |
| parent | 9702dbe05ec095511631c9e8c2d10fb42969e92b (diff) | |
Staging: rtl8723bs: fix spaces in odm_EdcaTurboCheck.c
This commit fixes the following checkpatch.pl errors:
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#34: FILE: ./hal/odm_EdcaTurboCheck.c:34:
+ struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#61: FILE: ./hal/odm_EdcaTurboCheck.c:61:
+ struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#76: FILE: ./hal/odm_EdcaTurboCheck.c:76:
+ struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID;
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