Message ID | 20230608083148.5514-1-yang.lee@linux.alibaba.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e7c5433c5aaab52ddd5448967a9a5db94a3939cc |
Headers | show |
Series | [-next] tools: ynl: Remove duplicated include in handshake-user.c | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 8 Jun 2023 16:31:48 +0800 you wrote: > ./tools/net/ynl/generated/handshake-user.c: stdlib.h is included more than once. > > Reported-by: Abaci Robot <abaci@linux.alibaba.com> > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5464 > Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> > --- > tools/net/ynl/generated/handshake-user.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [-next] tools: ynl: Remove duplicated include in handshake-user.c https://git.kernel.org/netdev/net-next/c/e7c5433c5aaa You are awesome, thank you!
diff --git a/tools/net/ynl/generated/handshake-user.c b/tools/net/ynl/generated/handshake-user.c index fe99c4ef7373..7a1f0364b88f 100644 --- a/tools/net/ynl/generated/handshake-user.c +++ b/tools/net/ynl/generated/handshake-user.c @@ -8,7 +8,6 @@ #include "ynl.h" #include <linux/handshake.h> -#include <stdlib.h> #include <stdio.h> #include <string.h> #include <libmnl/libmnl.h>
./tools/net/ynl/generated/handshake-user.c: stdlib.h is included more than once. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5464 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> --- tools/net/ynl/generated/handshake-user.c | 1 - 1 file changed, 1 deletion(-)