All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests/bpf: remove duplicate include header in files
@ 2023-01-31  6:40 ye.xingchen
  2023-02-02 11:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: ye.xingchen @ 2023-01-31  6:40 UTC (permalink / raw)
  To: ast
  Cc: daniel, davem, kuba, hawk, john.fastabend, andrii, martin.lau,
	song, yhs, kpsingh, sdf, haoluo, jolsa, mykolal, shuah, netdev,
	bpf, linux-kselftest, linux-kernel

From: ye xingchen <ye.xingchen@zte.com.cn>

linux/net_tstamp.h is included more than once.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
---
 tools/testing/selftests/bpf/xdp_hw_metadata.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/bpf/xdp_hw_metadata.c b/tools/testing/selftests/bpf/xdp_hw_metadata.c
index 3823b1c499cc..184046021114 100644
--- a/tools/testing/selftests/bpf/xdp_hw_metadata.c
+++ b/tools/testing/selftests/bpf/xdp_hw_metadata.c
@@ -24,7 +24,6 @@
 #include <linux/net_tstamp.h>
 #include <linux/udp.h>
 #include <linux/sockios.h>
-#include <linux/net_tstamp.h>
 #include <sys/mman.h>
 #include <net/if.h>
 #include <poll.h>
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests/bpf: remove duplicate include header in files
  2023-01-31  6:40 [PATCH] selftests/bpf: remove duplicate include header in files ye.xingchen
@ 2023-02-02 11:10 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-02-02 11:10 UTC (permalink / raw)
  To: ye.xingchen
  Cc: ast, daniel, davem, kuba, hawk, john.fastabend, andrii,
	martin.lau, song, yhs, kpsingh, sdf, haoluo, jolsa, mykolal,
	shuah, netdev, bpf, linux-kselftest, linux-kernel

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Tue, 31 Jan 2023 14:40:51 +0800 (CST) you wrote:
> From: ye xingchen <ye.xingchen@zte.com.cn>
> 
> linux/net_tstamp.h is included more than once.
> 
> Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
> ---
>  tools/testing/selftests/bpf/xdp_hw_metadata.c | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - selftests/bpf: remove duplicate include header in files
    https://git.kernel.org/bpf/bpf-next/c/4bc32df7a9c3

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-02 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31  6:40 [PATCH] selftests/bpf: remove duplicate include header in files ye.xingchen
2023-02-02 11:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.