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

2023-07-11 Thread yunchuan
n " Dear Paul Menzel, Thanks for your reminder! I have already changed this  to my full name "Wu Yunchuan". Should I resend all these patches to change the author name? I only got the cover letter by the way. s Maybe the network met some problems. I will send this patchset t

[PATCH net-next v3 01/10] net: wan: Remove unnecessary (void*) conversions

2023-07-10 Thread Wu Yunchuan
From: wuych Pointer variables of void * type do not require type cast. Signed-off-by: Wu Yunchuan --- drivers/net/wan/fsl_ucc_hdlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wan/fsl_ucc_hdlc.c b/drivers/net/wan/fsl_ucc_hdlc.c index 47c2ad7a3e42

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

2023-07-10 Thread yunchuan
he cast and moving variables around, it is less obvious it is correct, than having two patches. Got it, thanks. I will resend the v3 later  which remove the change of reverse Christmas tree. So sorry for this! Wu Yunchuan Andrew

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

2023-07-10 Thread yunchuan
On 2023/7/10 15:29, Dan Carpenter wrote: On Mon, Jul 10, 2023 at 02:39:33PM +0800, Su Hui wrote: From: wuych ^ This doesn't look like a real name. Hi, Dan, My full name is wuyunchan, but that is too long. So I use the wuych as simplification. I will change it to my full name, t

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

2023-06-28 Thread yunchuan
On 2023/6/28 22:39, Andrew Lunn wrote: On Wed, Jun 28, 2023 at 04:37:43PM +0200, Andrew Lunn wrote: 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! net-next

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

2023-06-28 Thread yunchuan
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: ds