Re: [PATCH net-next 00/10] Remove unnecessary (void*) conversions

From: yunchuan
Date: Wed Jun 28 2023 - 05:28:00 EST


On 2023/6/28 15:41, Hao Lan wrote:

On 2023/6/28 10:41, wuych wrote:
Remove (void*) conversions under "drivers/net" directory.
According to the suggestion[1] of Jakub Kicinski, send these patches
in series of 10.

wuych (10):
net: dsa: ar9331: remove unnecessary (void*) conversions
net: dsa: qca8k: remove unnecessary (void*) conversions
atlantic:hw_atl2:hw_atl2_utils_fw: Remove unnecessary (void*)
conversions
ice: Remove unnecessary (void*) conversions
ethernet: smsc: remove unnecessary (void*) conversions
net: hns: Remove unnecessary (void*) conversions
net: hns3: remove unnecessary (void*) conversions
net: mdio: Remove unnecessary (void*) conversions
net: ppp: remove unnecessary (void*) conversions
net: wan: Remove unnecessary (void*) conversions

Hi wuych,
Thank you for your patch.
The following two patches conflict with the net-next branch, and others have modified the related code.
Please compile your series in net and net-next branch and upload your series again.
net: dsa: ar9331: remove unnecessary (void*) conversions
net: dsa: qca8k: remove unnecessary (void*) conversions

Hi, Hao Lan,

Sorry for that, I just compiled these patches in the mainline branch.
I know now, it's also necessary to compile patches in net and net-next branch.
Thanks for your reply!

wuych


Yours,
Hao Lan