public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/9] Remove unnecessary (void*) conversions
@ 2023-07-17  3:09 Wu Yunchuan
  2023-07-19  2:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Wu Yunchuan @ 2023-07-17  3:09 UTC (permalink / raw)
  To: wg, mkl, davem, edumazet, kuba, pabeni, irusskikh, rmody,
	skalluru, GR-Linux-NIC-Dev, yisen.zhuang, salil.mehta,
	jesse.brandeburg, anthony.l.nguyen, steve.glendinning, iyappan,
	keyur, quan, andrew, hkallweit1, linux, mostrows, xeb
  Cc: uttenthaler, yunchuan, linux-can, netdev, linux-kernel,
	intel-wired-lan, kernel-janitors

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(-)

-- 
2.30.2


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

end of thread, other threads:[~2023-07-19  2:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17  3:09 [PATCH net-next v3 0/9] Remove unnecessary (void*) conversions Wu Yunchuan
2023-07-19  2:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox