Re: [PATCH] xen-netback: use kstrdup instead of open-coding it

2022-09-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Wed, 21 Sep 2022 02:16:17 + you wrote: > From: Minghao Chi > > use kstrdup instead of open-coding it. > > Reported-by: Zeal Robot > Signed-off-by: Minghao Chi > > [...] Here is the summary with links:

Re: [PATCH] xen-netback: use kstrdup instead of open-coding it

2022-09-23 Thread Wei Liu
On Wed, Sep 21, 2022 at 02:16:17AM +, [email protected] wrote: > From: Minghao Chi > > use kstrdup instead of open-coding it. > > Reported-by: Zeal Robot > Signed-off-by: Minghao Chi Acked-by: Wei Liu

[PATCH] xen-netback: use kstrdup instead of open-coding it

2022-09-20 Thread cgel . zte
From: Minghao Chi use kstrdup instead of open-coding it. Reported-by: Zeal Robot Signed-off-by: Minghao Chi --- drivers/net/xen-netback/xenbus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/xen-netback/xenbus.c b/drivers/net/xen-netback/xenbus.c index e85b