linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH selftests/bpf] selftests/bpf: remove duplicate include in cgroup_helpers.c.
@ 2021-10-19  1:45 cgel.zte
  2021-10-20 17:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: cgel.zte @ 2021-10-19  1:45 UTC (permalink / raw)
  To: shuah
  Cc: ast, daniel, andrii, kafai, songliubraving, yhs, john.fastabend,
	kpsingh, linux-kselftest, netdev, bpf, linux-kernel,
	Ran Jianping, Zeal Robot

From: Ran Jianping <ran.jianping@zte.com.cn>

unistd.h included in '/tools/testing/selftests/bpf/cgroup_helpers.c'
 is duplicated.It is also included on the 14 line.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Ran Jianping <ran.jianping@zte.com.cn>
---
 tools/testing/selftests/bpf/cgroup_helpers.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/bpf/cgroup_helpers.c b/tools/testing/selftests/bpf/cgroup_helpers.c
index 8fcd44841bb2..9d59c3990ca8 100644
--- a/tools/testing/selftests/bpf/cgroup_helpers.c
+++ b/tools/testing/selftests/bpf/cgroup_helpers.c
@@ -11,7 +11,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <ftw.h>
-#include <unistd.h>
 
 #include "cgroup_helpers.h"
 
-- 
2.25.1


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

* Re: [PATCH selftests/bpf] selftests/bpf: remove duplicate include in cgroup_helpers.c.
  2021-10-19  1:45 [PATCH selftests/bpf] selftests/bpf: remove duplicate include in cgroup_helpers.c cgel.zte
@ 2021-10-20 17:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-10-20 17:50 UTC (permalink / raw)
  To: Ran Jianping
  Cc: shuah, ast, daniel, andrii, kafai, songliubraving, yhs,
	john.fastabend, kpsingh, linux-kselftest, netdev, bpf,
	linux-kernel, ran.jianping, zealci

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Tue, 19 Oct 2021 01:45:49 +0000 you wrote:
> From: Ran Jianping <ran.jianping@zte.com.cn>
> 
> unistd.h included in '/tools/testing/selftests/bpf/cgroup_helpers.c'
>  is duplicated.It is also included on the 14 line.
> 
> Reported-by: Zeal Robot <zealci@zte.com.cn>
> Signed-off-by: Ran Jianping <ran.jianping@zte.com.cn>
> 
> [...]

Here is the summary with links:
  - [selftests/bpf] selftests/bpf: remove duplicate include in cgroup_helpers.c.
    https://git.kernel.org/bpf/bpf-next/c/b8f49dce799f

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:[~2021-10-20 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  1:45 [PATCH selftests/bpf] selftests/bpf: remove duplicate include in cgroup_helpers.c cgel.zte
2021-10-20 17:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).