diff options
| author | Marco Cesati <[email protected]> | 2021-03-15 18:05:57 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-16 12:23:16 +0100 |
| commit | 3ecd73ee17f776a7be12c7198b3b7d22de62e346 (patch) | |
| tree | 99efd98291b7b5a12ba44fc04d6edfd7c0e58ec7 /tools/perf/scripts/python | |
| parent | e3c15adbbffe2a2d1e5dda06ccdafc815cf1c929 (diff) | |
Staging: rtl8723bs: fix spaces in rtl8723b_hal_init.c
This commit fixes the following checkpatch.pl errors:
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#586: FILE: ./hal/rtl8723b_hal_init.c:586:
+ struct EFUSE_HAL * pEfuseHal = &pHalData->EfuseHal;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#867: FILE: ./hal/rtl8723b_hal_init.c:867:
+ struct EFUSE_HAL * pEfuseHal = &pHalData->EfuseHal;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1006: FILE: ./hal/rtl8723b_hal_init.c:1006:
+ struct EFUSE_HAL * pEfuseHal = &pHalData->EfuseHal;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1149: FILE: ./hal/rtl8723b_hal_init.c:1149:
+ struct EFUSE_HAL * pEfuseHal = &pHalData->EfuseHal;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1247: FILE: ./hal/rtl8723b_hal_init.c:1247:
+ struct EFUSE_HAL * pEfuseHal = &pHalData->EfuseHal;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1552: FILE: ./hal/rtl8723b_hal_init.c:1552:
+ struct PGPKT_STRUCT * pTargetPkt
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1566: FILE: ./hal/rtl8723b_hal_init.c:1566:
+ struct PGPKT_STRUCT * pTargetPkt,
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1571: FILE: ./hal/rtl8723b_hal_init.c:1571:
+ struct EFUSE_HAL * pEfuseHal = &pHalData->EfuseHal;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1684: FILE: ./hal/rtl8723b_hal_init.c:1684:
+ struct PGPKT_STRUCT * pTargetPkt,
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1721: FILE: ./hal/rtl8723b_hal_init.c:1721:
+ struct PGPKT_STRUCT * pTargetPkt,
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1788: FILE: ./hal/rtl8723b_hal_init.c:1788:
+ struct PGPKT_STRUCT * pTargetPkt,
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#1806: FILE: ./hal/rtl8723b_hal_init.c:1806:
+ struct PGPKT_STRUCT * pTargetPkt,
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')
0 files changed, 0 insertions, 0 deletions