public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Menzel <pmenzel@molgen.mpg.de>
To: Su Hui <suhui@nfschina.com>
Cc: wg@grandegger.com, mkl@pengutronix.de, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	irusskikh@marvell.com, rmody@marvell.com, skalluru@marvell.com,
	GR-Linux-NIC-Dev@marvell.com, yisen.zhuang@huawei.com,
	salil.mehta@huawei.com, jesse.brandeburg@intel.com,
	anthony.l.nguyen@intel.com, steve.glendinning@shawell.net,
	iyappan@os.amperecomputing.com, keyur@os.amperecomputing.com,
	quan@os.amperecomputing.com, andrew@lunn.ch,
	hkallweit1@gmail.com, linux@armlinux.org.uk,
	mostrows@earthlink.net, xeb@mail.ru, qiang.zhao@nxp.com,
	uttenthaler@ems-wuensche.com, netdev@vger.kernel.org,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-can@vger.kernel.org, intel-wired-lan@lists.osuosl.org,
	yunchuan@nfschina.com, linuxppc-dev@lists.ozlabs.org
Subject: Re: [Intel-wired-lan] [PATCH net-next v2 00/10] Remove unnecessary (void*) conversions
Date: Tue, 11 Jul 2023 10:53:07 +0200	[thread overview]
Message-ID: <f1f9002c-ccc3-a2de-e4f5-d8fa1f8734e3@molgen.mpg.de> (raw)
In-Reply-To: <20230710063828.172593-1-suhui@nfschina.com>

Dear Su,


Thank you for your patch.

Am 10.07.23 um 08:38 schrieb Su Hui:
> From: wuych <yunchuan@nfschina.com>

Can you please write the full name correctly? Maybe Yun Chuan?

     git config --global user.name "Yun Chuan"
     git commit --amend --author="Yun Chuan <yunchuan@nfschina.com>"

I only got the cover letter by the way.


Kind regards,

Paul


> 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 v1 link:
> https://lore.kernel.org/all/20230628024121.1439149-1-yunchuan@nfschina.com/
> 
> wuych (10):
>    net: wan: Remove unnecessary (void*) conversions
>    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 +++---
>   .../aquantia/atlantic/hw_atl2/hw_atl2.c       | 12 ++++++------
>   .../atlantic/hw_atl2/hw_atl2_utils_fw.c       |  2 +-
>   drivers/net/ethernet/brocade/bna/bnad.c       | 19 +++++++++----------
>   .../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 ++--
>   drivers/net/wan/fsl_ucc_hdlc.c                |  6 +++---
>   13 files changed, 40 insertions(+), 41 deletions(-)

  reply	other threads:[~2023-07-11  8:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-10  6:38 [PATCH net-next v2 00/10] Remove unnecessary (void*) conversions Su Hui
2023-07-11  8:53 ` Paul Menzel [this message]
2023-07-11  9:01   ` [Intel-wired-lan] " Paul Menzel
2023-07-11  9:20   ` yunchuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f1f9002c-ccc3-a2de-e4f5-d8fa1f8734e3@molgen.mpg.de \
    --to=pmenzel@molgen.mpg.de \
    --cc=GR-Linux-NIC-Dev@marvell.com \
    --cc=andrew@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=irusskikh@marvell.com \
    --cc=iyappan@os.amperecomputing.com \
    --cc=jesse.brandeburg@intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=keyur@os.amperecomputing.com \
    --cc=kuba@kernel.org \
    --cc=linux-can@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mkl@pengutronix.de \
    --cc=mostrows@earthlink.net \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=qiang.zhao@nxp.com \
    --cc=quan@os.amperecomputing.com \
    --cc=rmody@marvell.com \
    --cc=salil.mehta@huawei.com \
    --cc=skalluru@marvell.com \
    --cc=steve.glendinning@shawell.net \
    --cc=suhui@nfschina.com \
    --cc=uttenthaler@ems-wuensche.com \
    --cc=wg@grandegger.com \
    --cc=xeb@mail.ru \
    --cc=yisen.zhuang@huawei.com \
    --cc=yunchuan@nfschina.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox