diff options
| author | Marco Cesati <marcocesati@gmail.com> | 2021-03-15 20:05:56 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-16 14:23:16 +0300 |
| commit | e3c15adbbffe2a2d1e5dda06ccdafc815cf1c929 (patch) | |
| tree | d4215414418ac3e58e61967f4b441d79ff7963ad /scripts | |
| parent | a5b2ee5f96c79e436e82d4797172a74801b8afe0 (diff) | |
| download | linux-e3c15adbbffe2a2d1e5dda06ccdafc815cf1c929.tar.xz | |
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 <dan.carpenter@oracle.com>
Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210315170618.2566-36-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
