diff options
| author | Marco Cesati <marcocesati@gmail.com> | 2021-03-15 20:05:58 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-16 14:23:16 +0300 |
| commit | 6980b026207db1b7e490cf12dc06563e271b4fbd (patch) | |
| tree | 3f79ac7f3805887e2768ad8115ee87542cbd51ab /scripts | |
| parent | 3ecd73ee17f776a7be12c7198b3b7d22de62e346 (diff) | |
| download | linux-6980b026207db1b7e490cf12dc06563e271b4fbd.tar.xz | |
Staging: rtl8723bs: fix spaces in rtl8723b_phycfg.c
This commit fixes the following checkpatch.pl errors:
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#597: FILE: ./hal/rtl8723b_phycfg.c:597:
+ struct DM_ODM_T * pDM_Odm = &pHalData->odmpriv;
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#598: FILE: ./hal/rtl8723b_phycfg.c:598:
+ struct FAT_T * pDM_FatTable = &pDM_Odm->DM_FatTable;
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210315170618.2566-38-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
