mbox series

[net-next,v3,0/9] Remove unnecessary (void*) conversions

Message ID 20230717030937.53818-1-yunchuan@nfschina.com (mailing list archive)
Headers show
Series Remove unnecessary (void*) conversions | expand

Message

Wu Yunchuan July 17, 2023, 3:09 a.m. UTC
Remove (void*) conversions under "drivers/net" directory.

Changes in v3:
	change the author name to my full name "Wu Yunchuan".
	improve the commit message to be more clearly.

Changes in v2: 
        move declarations to be reverse xmas tree.
        compile it in net and net-next branch.
        remove some error patches in v1. 

PATCH v2 link:
https://lore.kernel.org/all/20230710063828.172593-1-suhui@nfschina.com/
PATCH v1 link:
https://lore.kernel.org/all/20230628024121.1439149-1-yunchuan@nfschina.com/

Wu Yunchuan (9):
  net: atlantic: Remove unnecessary (void*) conversions
  net: ppp: Remove unnecessary (void*) conversions
  net: hns3: remove unnecessary (void*) conversions.
  net: hns: Remove unnecessary (void*) conversions
  ice: remove unnecessary (void*) conversions
  ethernet: smsc: remove unnecessary (void*) conversions
  net: mdio: Remove unnecessary (void*) conversions
  can: ems_pci: Remove unnecessary (void*) conversions
  net: bna: Remove unnecessary (void*) conversions

 drivers/net/can/sja1000/ems_pci.c                   |  6 +++---
 .../ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c    | 12 ++++++------
 .../aquantia/atlantic/hw_atl2/hw_atl2_utils_fw.c    |  2 +-
 drivers/net/ethernet/brocade/bna/bnad.c             | 13 ++++++-------
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c  |  2 +-
 drivers/net/ethernet/hisilicon/hns_mdio.c           | 10 +++++-----
 drivers/net/ethernet/intel/ice/ice_main.c           |  4 ++--
 drivers/net/ethernet/smsc/smsc911x.c                |  4 ++--
 drivers/net/ethernet/smsc/smsc9420.c                |  4 ++--
 drivers/net/mdio/mdio-xgene.c                       |  4 ++--
 drivers/net/ppp/pppoe.c                             |  4 ++--
 drivers/net/ppp/pptp.c                              |  4 ++--
 12 files changed, 34 insertions(+), 35 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 19, 2023, 2:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 17 Jul 2023 11:09:37 +0800 you wrote:
> Remove (void*) conversions under "drivers/net" directory.
> 
> Changes in v3:
> 	change the author name to my full name "Wu Yunchuan".
> 	improve the commit message to be more clearly.
> 
> Changes in v2:
>         move declarations to be reverse xmas tree.
>         compile it in net and net-next branch.
>         remove some error patches in v1.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/9] net: atlantic: Remove unnecessary (void*) conversions
    https://git.kernel.org/netdev/net-next/c/f15fbe46f5ed
  - [net-next,v3,2/9] net: ppp: Remove unnecessary (void*) conversions
    https://git.kernel.org/netdev/net-next/c/89c04d6c49c3
  - [net-next,v3,3/9] net: hns3: remove unnecessary (void*) conversions.
    https://git.kernel.org/netdev/net-next/c/14fbcad00fe5
  - [net-next,v3,4/9] net: hns: Remove unnecessary (void*) conversions
    https://git.kernel.org/netdev/net-next/c/406eb9cf6f6f
  - [net-next,v3,5/9] ice: remove unnecessary (void*) conversions
    https://git.kernel.org/netdev/net-next/c/c59cc2679acc
  - [net-next,v3,6/9] ethernet: smsc: remove unnecessary (void*) conversions
    https://git.kernel.org/netdev/net-next/c/099090c6effc
  - [net-next,v3,7/9] net: mdio: Remove unnecessary (void*) conversions
    https://git.kernel.org/netdev/net-next/c/04115debedce
  - [net-next,v3,8/9] can: ems_pci: Remove unnecessary (void*) conversions
    https://git.kernel.org/netdev/net-next/c/9235e3bcc613
  - [net-next,v3,9/9] net: bna: Remove unnecessary (void*) conversions
    https://git.kernel.org/netdev/net-next/c/1d5123efdb91

You are awesome, thank you!