diff options
| author | Marco Cesati <[email protected]> | 2021-03-15 18:05:35 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-16 12:23:15 +0100 |
| commit | a7653b2e9fbb1499f502e55adec662b6139e8850 (patch) | |
| tree | 6edc7612b161df3d74a77433e837150a7237513b /tools/perf/scripts/python/bin | |
| parent | 1a60aeebb289af0851bb8413dd828b0494475b60 (diff) | |
Staging: rtl8723bs: fix spaces in HalPhyRf.h
This commit fixes the following checkpatch.pl errors:
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#40: FILE: ./hal/HalPhyRf.h:40:
+void ConfigureTxpowerTrack(struct DM_ODM_T * pDM_Odm, struct TXPWRTRACK_CFG * pConfig);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#40: FILE: ./hal/HalPhyRf.h:40:
+void ConfigureTxpowerTrack(struct DM_ODM_T * pDM_Odm, struct TXPWRTRACK_CFG * pConfig);
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#43: FILE: ./hal/HalPhyRf.h:43:
+void ODM_ClearTxPowerTrackingState(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]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions