All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/57] Staging: rtl8723bs: fix POINTER_LOCATION whitespaces
@ 2021-03-15 17:05 Marco Cesati
  2021-03-15 17:05 ` [PATCH 01/57] Staging: rtl8723bs: fix spaces in rtw_cmd.c Marco Cesati
                   ` (57 more replies)
  0 siblings, 58 replies; 59+ messages in thread
From: Marco Cesati @ 2021-03-15 17:05 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Hans de Goede, Larry Finger, devel

This set of patches fixes 522 checkpatch.pl errors of type
POINTER_LOCATION in the staging/rtl8723bs souce code. Every patch is
purely syntactical: it does not change the generated machine code.
Furthermore, every single patch leaves the source code fully compilable,
so that 'git bisect' will not be affected.

The checkpatch.pl script emits many errors and warnings for these
patches, however all of them are caused by the original code. They shall
be fixed in different patchsets.

[PATCH 01/57] Staging: rtl8723bs: fix spaces in rtw_cmd.c
[PATCH 02/57] Staging: rtl8723bs: fix spaces in HalBtc8723b1Ant.c
[PATCH 03/57] Staging: rtl8723bs: fix spaces in HalBtc8723b1Ant.h
[PATCH 04/57] Staging: rtl8723bs: fix spaces in HalBtc8723b2Ant.c
[PATCH 05/57] Staging: rtl8723bs: fix spaces in HalBtc8723b2Ant.h
[PATCH 06/57] Staging: rtl8723bs: fix spaces in HalBtcOutSrc.h
[PATCH 07/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_BB.c
[PATCH 08/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_BB.h
[PATCH 09/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_MAC.c
[PATCH 10/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_MAC.h
[PATCH 11/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_RF.c
[PATCH 12/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_RF.h
[PATCH 13/57] Staging: rtl8723bs: fix spaces in HalPhyRf.c
[PATCH 14/57] Staging: rtl8723bs: fix spaces in HalPhyRf.h
[PATCH 15/57] Staging: rtl8723bs: fix spaces in HalPhyRf_8723B.c
[PATCH 16/57] Staging: rtl8723bs: fix spaces in HalPhyRf_8723B.h
[PATCH 17/57] Staging: rtl8723bs: fix spaces in hal_btcoex.c
[PATCH 18/57] Staging: rtl8723bs: fix spaces in hal_com.c
[PATCH 19/57] Staging: rtl8723bs: fix spaces in hal_com_phycfg.c
[PATCH 20/57] Staging: rtl8723bs: fix spaces in odm.c
[PATCH 21/57] Staging: rtl8723bs: fix spaces in odm.h
[PATCH 22/57] Staging: rtl8723bs: fix spaces in odm_CfoTracking.c
[PATCH 23/57] Staging: rtl8723bs: fix spaces in odm_DIG.c
[PATCH 24/57] Staging: rtl8723bs: fix in odm_DynamicBBPowerSaving.c
[PATCH 25/57] Staging: rtl8723bs: fix spaces in odm_DynamicTxPower.c
[PATCH 26/57] Staging: rtl8723bs: fix spaces in odm_EdcaTurboCheck.c
[PATCH 27/57] Staging: rtl8723bs: fix spaces in odm_HWConfig.c
[PATCH 28/57] Staging: rtl8723bs: fix spaces in odm_HWConfig.h
[PATCH 29/57] Staging: rtl8723bs: fix spaces in odm_NoiseMonitor.c
[PATCH 30/57] Staging: rtl8723bs: fix spaces in odm_PathDiv.c
[PATCH 31/57] Staging: rtl8723bs: fix spaces in odm_RegConfig8723B.c
[PATCH 32/57] Staging: rtl8723bs: fix spaces in odm_RegConfig8723B.h
[PATCH 33/57] Staging: rtl8723bs: fix spaces in odm_debug.c
[PATCH 34/57] Staging: rtl8723bs: fix spaces in odm_debug.h
[PATCH 35/57] Staging: rtl8723bs: fix spaces in rtl8723b_dm.c
[PATCH 36/57] Staging: rtl8723bs: fix spaces in rtl8723b_hal_init.c
[PATCH 37/57] Staging: rtl8723bs: fix spaces in rtl8723b_phycfg.c
[PATCH 38/57] Staging: rtl8723bs: fix spaces in HalPwrSeqCmd.h
[PATCH 39/57] Staging: rtl8723bs: fix spaces in basic_types.h
[PATCH 40/57] Staging: rtl8723bs: fix spaces in drv_types.h
[PATCH 41/57] Staging: rtl8723bs: fix spaces in hal_com.h
[PATCH 42/57] Staging: rtl8723bs: fix spaces in hal_com_h2c.h
[PATCH 43/57] Staging: rtl8723bs: fix spaces in hal_com_phycfg.h
[PATCH 44/57] Staging: rtl8723bs: fix spaces in ieee80211.h
[PATCH 45/57] Staging: rtl8723bs: fix spaces in ioctl_cfg80211.h
[PATCH 46/57] Staging: rtl8723bs: fix spaces in osdep_intf.h
[PATCH 47/57] Staging: rtl8723bs: fix spaces in osdep_service.h
[PATCH 48/57] Staging: rtl8723bs: fix spaces in osdep_service_linux.h
[PATCH 49/57] Staging: rtl8723bs: fix spaces in recv_osdep.h
[PATCH 50/57] Staging: rtl8723bs: fix spaces in rtl8723b_xmit.h
[PATCH 51/57] Staging: rtl8723bs: fix spaces in rtw_cmd.h
[PATCH 52/57] Staging: rtl8723bs: fix spaces in rtw_ioctl_set.h
[PATCH 53/57] Staging: rtl8723bs: fix spaces in rtw_mlme_ext.h
[PATCH 54/57] Staging: rtl8723bs: fix spaces in xmit_osdep.h
[PATCH 55/57] Staging: rtl8723bs: fix spaces in os_intfs.c
[PATCH 56/57] Staging: rtl8723bs: fix spaces in osdep_service.c
[PATCH 57/57] Staging: rtl8723bs: fix spaces in xmit_linux.c

 drivers/staging/rtl8723bs/core/rtw_cmd.c      |   2 +-
 .../staging/rtl8723bs/hal/HalBtc8723b1Ant.c   | 152 +++++++++---------
 .../staging/rtl8723bs/hal/HalBtc8723b1Ant.h   |  28 ++--
 .../staging/rtl8723bs/hal/HalBtc8723b2Ant.c   | 142 ++++++++--------
 .../staging/rtl8723bs/hal/HalBtc8723b2Ant.h   |  28 ++--
 drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h  |  28 ++--
 .../staging/rtl8723bs/hal/HalHWImg8723B_BB.c  |  10 +-
 .../staging/rtl8723bs/hal/HalHWImg8723B_BB.h  |   6 +-
 .../staging/rtl8723bs/hal/HalHWImg8723B_MAC.c |   6 +-
 .../staging/rtl8723bs/hal/HalHWImg8723B_MAC.h |   2 +-
 .../staging/rtl8723bs/hal/HalHWImg8723B_RF.c  |  12 +-
 .../staging/rtl8723bs/hal/HalHWImg8723B_RF.h  |   6 +-
 drivers/staging/rtl8723bs/hal/HalPhyRf.c      |   6 +-
 drivers/staging/rtl8723bs/hal/HalPhyRf.h      |   4 +-
 .../staging/rtl8723bs/hal/HalPhyRf_8723B.c    |  54 +++----
 .../staging/rtl8723bs/hal/HalPhyRf_8723B.h    |  10 +-
 drivers/staging/rtl8723bs/hal/hal_btcoex.c    |  89 +++++-----
 drivers/staging/rtl8723bs/hal/hal_com.c       |   2 +-
 .../staging/rtl8723bs/hal/hal_com_phycfg.c    |   6 +-
 drivers/staging/rtl8723bs/hal/odm.c           |  92 +++++------
 drivers/staging/rtl8723bs/hal/odm.h           |  32 ++--
 .../staging/rtl8723bs/hal/odm_CfoTracking.c   |  28 ++--
 drivers/staging/rtl8723bs/hal/odm_DIG.c       |  60 +++----
 .../rtl8723bs/hal/odm_DynamicBBPowerSaving.c  |   4 +-
 .../rtl8723bs/hal/odm_DynamicTxPower.c        |   2 +-
 .../rtl8723bs/hal/odm_EdcaTurboCheck.c        |   6 +-
 drivers/staging/rtl8723bs/hal/odm_HWConfig.c  |  18 +--
 drivers/staging/rtl8723bs/hal/odm_HWConfig.h  |  12 +-
 .../staging/rtl8723bs/hal/odm_NoiseMonitor.c  |   2 +-
 drivers/staging/rtl8723bs/hal/odm_PathDiv.c   |   4 +-
 .../rtl8723bs/hal/odm_RegConfig8723B.c        |  14 +-
 .../rtl8723bs/hal/odm_RegConfig8723B.h        |  14 +-
 drivers/staging/rtl8723bs/hal/odm_debug.c     |   2 +-
 drivers/staging/rtl8723bs/hal/odm_debug.h     |   2 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_dm.c   |  12 +-
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c |  24 +--
 .../staging/rtl8723bs/hal/rtl8723b_phycfg.c   |   4 +-
 .../staging/rtl8723bs/include/HalPwrSeqCmd.h  |   2 +-
 .../staging/rtl8723bs/include/basic_types.h   |   2 +-
 drivers/staging/rtl8723bs/include/drv_types.h |  12 +-
 drivers/staging/rtl8723bs/include/hal_com.h   |  16 +-
 .../staging/rtl8723bs/include/hal_com_h2c.h   |   2 +-
 .../rtl8723bs/include/hal_com_phycfg.h        |  26 +--
 drivers/staging/rtl8723bs/include/ieee80211.h |   7 +-
 .../rtl8723bs/include/ioctl_cfg80211.h        |   2 +-
 .../staging/rtl8723bs/include/osdep_intf.h    |   2 +-
 .../staging/rtl8723bs/include/osdep_service.h |   4 +-
 .../rtl8723bs/include/osdep_service_linux.h   |   2 +-
 .../staging/rtl8723bs/include/recv_osdep.h    |   2 +-
 .../staging/rtl8723bs/include/rtl8723b_xmit.h |   4 +-
 drivers/staging/rtl8723bs/include/rtw_cmd.h   |   4 +-
 .../staging/rtl8723bs/include/rtw_ioctl_set.h |   4 +-
 .../staging/rtl8723bs/include/rtw_mlme_ext.h  |  18 +--
 .../staging/rtl8723bs/include/xmit_osdep.h    |   4 +-
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |   2 +-
 .../staging/rtl8723bs/os_dep/osdep_service.c  |   2 +-
 drivers/staging/rtl8723bs/os_dep/xmit_linux.c |   4 +-
 57 files changed, 524 insertions(+), 522 deletions(-)

-- 
2.30.2

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 59+ messages in thread

end of thread, other threads:[~2021-03-16  8:22 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 17:05 [PATCH 00/57] Staging: rtl8723bs: fix POINTER_LOCATION whitespaces Marco Cesati
2021-03-15 17:05 ` [PATCH 01/57] Staging: rtl8723bs: fix spaces in rtw_cmd.c Marco Cesati
2021-03-15 17:05 ` [PATCH 02/57] Staging: rtl8723bs: fix spaces in HalBtc8723b1Ant.c Marco Cesati
2021-03-15 17:05 ` [PATCH 03/57] Staging: rtl8723bs: fix spaces in HalBtc8723b1Ant.h Marco Cesati
2021-03-15 17:05 ` [PATCH 04/57] Staging: rtl8723bs: fix spaces in HalBtc8723b2Ant.c Marco Cesati
2021-03-15 17:05 ` [PATCH 05/57] Staging: rtl8723bs: fix spaces in HalBtc8723b2Ant.h Marco Cesati
2021-03-15 17:05 ` [PATCH 06/57] Staging: rtl8723bs: fix spaces in HalBtcOutSrc.h Marco Cesati
2021-03-15 17:05 ` [PATCH 07/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_BB.c Marco Cesati
2021-03-15 17:05 ` [PATCH 08/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_BB.h Marco Cesati
2021-03-15 17:05 ` [PATCH 09/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_MAC.c Marco Cesati
2021-03-15 17:05 ` [PATCH 10/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_MAC.h Marco Cesati
2021-03-15 17:05 ` [PATCH 11/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_RF.c Marco Cesati
2021-03-15 17:05 ` [PATCH 12/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_RF.h Marco Cesati
2021-03-15 17:05 ` [PATCH 13/57] Staging: rtl8723bs: fix spaces in HalPhyRf.c Marco Cesati
2021-03-15 17:05 ` [PATCH 14/57] Staging: rtl8723bs: fix spaces in HalPhyRf.h Marco Cesati
2021-03-15 17:05 ` [PATCH 15/57] Staging: rtl8723bs: fix spaces in HalPhyRf_8723B.c Marco Cesati
2021-03-15 17:05 ` [PATCH 16/57] Staging: rtl8723bs: fix spaces in HalPhyRf_8723B.h Marco Cesati
2021-03-15 17:05 ` [PATCH 17/57] Staging: rtl8723bs: fix spaces in hal_btcoex.c Marco Cesati
2021-03-15 17:05 ` [PATCH 18/57] Staging: rtl8723bs: fix spaces in hal_com.c Marco Cesati
2021-03-15 17:05 ` [PATCH 19/57] Staging: rtl8723bs: fix spaces in hal_com_phycfg.c Marco Cesati
2021-03-15 17:05 ` [PATCH 20/57] Staging: rtl8723bs: fix spaces in odm.c Marco Cesati
2021-03-15 17:05 ` [PATCH 21/57] Staging: rtl8723bs: fix spaces in odm.h Marco Cesati
2021-03-15 17:05 ` [PATCH 22/57] Staging: rtl8723bs: fix spaces in odm_CfoTracking.c Marco Cesati
2021-03-15 17:05 ` [PATCH 23/57] Staging: rtl8723bs: fix spaces in odm_DIG.c Marco Cesati
2021-03-15 17:05 ` [PATCH 24/57] Staging: rtl8723bs: fix in odm_DynamicBBPowerSaving.c Marco Cesati
2021-03-15 17:05 ` [PATCH 25/57] Staging: rtl8723bs: fix spaces in odm_DynamicTxPower.c Marco Cesati
2021-03-15 17:05 ` [PATCH 26/57] Staging: rtl8723bs: fix spaces in odm_EdcaTurboCheck.c Marco Cesati
2021-03-15 17:05 ` [PATCH 27/57] Staging: rtl8723bs: fix spaces in odm_HWConfig.c Marco Cesati
2021-03-15 17:05 ` [PATCH 28/57] Staging: rtl8723bs: fix spaces in odm_HWConfig.h Marco Cesati
2021-03-15 17:05 ` [PATCH 29/57] Staging: rtl8723bs: fix spaces in odm_NoiseMonitor.c Marco Cesati
2021-03-15 17:05 ` [PATCH 30/57] Staging: rtl8723bs: fix spaces in odm_PathDiv.c Marco Cesati
2021-03-15 17:05 ` [PATCH 31/57] Staging: rtl8723bs: fix spaces in odm_RegConfig8723B.c Marco Cesati
2021-03-15 17:05 ` [PATCH 32/57] Staging: rtl8723bs: fix spaces in odm_RegConfig8723B.h Marco Cesati
2021-03-15 17:05 ` [PATCH 33/57] Staging: rtl8723bs: fix spaces in odm_debug.c Marco Cesati
2021-03-15 17:05 ` [PATCH 34/57] Staging: rtl8723bs: fix spaces in odm_debug.h Marco Cesati
2021-03-15 17:05 ` [PATCH 35/57] Staging: rtl8723bs: fix spaces in rtl8723b_dm.c Marco Cesati
2021-03-15 17:05 ` [PATCH 36/57] Staging: rtl8723bs: fix spaces in rtl8723b_hal_init.c Marco Cesati
2021-03-15 17:05 ` [PATCH 37/57] Staging: rtl8723bs: fix spaces in rtl8723b_phycfg.c Marco Cesati
2021-03-15 17:05 ` [PATCH 38/57] Staging: rtl8723bs: fix spaces in HalPwrSeqCmd.h Marco Cesati
2021-03-15 17:06 ` [PATCH 39/57] Staging: rtl8723bs: fix spaces in basic_types.h Marco Cesati
2021-03-15 17:06 ` [PATCH 40/57] Staging: rtl8723bs: fix spaces in drv_types.h Marco Cesati
2021-03-15 17:06 ` [PATCH 41/57] Staging: rtl8723bs: fix spaces in hal_com.h Marco Cesati
2021-03-15 17:06 ` [PATCH 42/57] Staging: rtl8723bs: fix spaces in hal_com_h2c.h Marco Cesati
2021-03-15 17:06 ` [PATCH 43/57] Staging: rtl8723bs: fix spaces in hal_com_phycfg.h Marco Cesati
2021-03-15 17:06 ` [PATCH 44/57] Staging: rtl8723bs: fix spaces in ieee80211.h Marco Cesati
2021-03-15 17:06 ` [PATCH 45/57] Staging: rtl8723bs: fix spaces in ioctl_cfg80211.h Marco Cesati
2021-03-15 17:06 ` [PATCH 46/57] Staging: rtl8723bs: fix spaces in osdep_intf.h Marco Cesati
2021-03-15 17:06 ` [PATCH 47/57] Staging: rtl8723bs: fix spaces in osdep_service.h Marco Cesati
2021-03-15 17:06 ` [PATCH 48/57] Staging: rtl8723bs: fix spaces in osdep_service_linux.h Marco Cesati
2021-03-15 17:06 ` [PATCH 49/57] Staging: rtl8723bs: fix spaces in recv_osdep.h Marco Cesati
2021-03-15 17:06 ` [PATCH 50/57] Staging: rtl8723bs: fix spaces in rtl8723b_xmit.h Marco Cesati
2021-03-15 17:06 ` [PATCH 51/57] Staging: rtl8723bs: fix spaces in rtw_cmd.h Marco Cesati
2021-03-15 17:06 ` [PATCH 52/57] Staging: rtl8723bs: fix spaces in rtw_ioctl_set.h Marco Cesati
2021-03-15 17:06 ` [PATCH 53/57] Staging: rtl8723bs: fix spaces in rtw_mlme_ext.h Marco Cesati
2021-03-15 17:06 ` [PATCH 54/57] Staging: rtl8723bs: fix spaces in xmit_osdep.h Marco Cesati
2021-03-15 17:06 ` [PATCH 55/57] Staging: rtl8723bs: fix spaces in os_intfs.c Marco Cesati
2021-03-15 17:06 ` [PATCH 56/57] Staging: rtl8723bs: fix spaces in osdep_service.c Marco Cesati
2021-03-15 17:06 ` [PATCH 57/57] Staging: rtl8723bs: fix spaces in xmit_linux.c Marco Cesati
2021-03-16  8:21 ` [PATCH 00/57] Staging: rtl8723bs: fix POINTER_LOCATION whitespaces Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.