linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: mptcp: remove duplicate include in mptcp_inq.c
@ 2021-12-10  7:14 cgel.zte
  2021-12-10  9:58 ` Matthieu Baerts
  2021-12-10 19:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 8+ messages in thread
From: cgel.zte @ 2021-12-10  7:14 UTC (permalink / raw)
  To: mathew.j.martineau
  Cc: matthieu.baerts, davem, kuba, shuah, netdev, mptcp,
	linux-kselftest, linux-kernel, Ye Guojin, ZealRobot

From: Ye Guojin <ye.guojin@zte.com.cn>

'sys/ioctl.h' included in 'mptcp_inq.c' is duplicated.

Reported-by: ZealRobot <zealci@zte.com.cn>
Signed-off-by: Ye Guojin <ye.guojin@zte.com.cn>
---
 tools/testing/selftests/net/mptcp/mptcp_inq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/net/mptcp/mptcp_inq.c b/tools/testing/selftests/net/mptcp/mptcp_inq.c
index b8debd4fb5ed..29f75e2a1116 100644
--- a/tools/testing/selftests/net/mptcp/mptcp_inq.c
+++ b/tools/testing/selftests/net/mptcp/mptcp_inq.c
@@ -17,7 +17,6 @@
 #include <unistd.h>
 #include <time.h>
 
-#include <sys/ioctl.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #include <sys/types.h>
-- 
2.25.1


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

end of thread, other threads:[~2021-12-10 19:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10  7:14 [PATCH] selftests: mptcp: remove duplicate include in mptcp_inq.c cgel.zte
2021-12-10  9:58 ` Matthieu Baerts
2021-12-10 14:54   ` Jakub Kicinski
2021-12-10 14:56     ` Jakub Kicinski
2021-12-10 15:36       ` Matthieu Baerts
2021-12-10 15:57         ` Jakub Kicinski
2021-12-10 18:00           ` Mat Martineau
2021-12-10 19:10 ` 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).