All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftest/net: Remove duplicate header
@ 2019-03-04 18:20 ` jrdr.linux
  0 siblings, 0 replies; 6+ messages in thread
From: Souptick Joarder @ 2019-03-04 18:20 UTC (permalink / raw)
  To: davem, shuah; +Cc: netdev, linux-kselftest, linux-kernel, sabyasachi.linux

Remove duplicate header which is included twice.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
 tools/testing/selftests/net/udpgso.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/net/udpgso.c b/tools/testing/selftests/net/udpgso.c
index e279051..b8265ee 100644
--- a/tools/testing/selftests/net/udpgso.c
+++ b/tools/testing/selftests/net/udpgso.c
@@ -17,7 +17,6 @@
 #include <stdbool.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-- 
1.9.1


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

* [PATCH] selftest/net: Remove duplicate header
@ 2019-03-04 18:20 ` jrdr.linux
  0 siblings, 0 replies; 6+ messages in thread
From: jrdr.linux @ 2019-03-04 18:20 UTC (permalink / raw)


Remove duplicate header which is included twice.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux at gmail.com>
Signed-off-by: Souptick Joarder <jrdr.linux at gmail.com>
---
 tools/testing/selftests/net/udpgso.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/net/udpgso.c b/tools/testing/selftests/net/udpgso.c
index e279051..b8265ee 100644
--- a/tools/testing/selftests/net/udpgso.c
+++ b/tools/testing/selftests/net/udpgso.c
@@ -17,7 +17,6 @@
 #include <stdbool.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-- 
1.9.1

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

* [PATCH] selftest/net: Remove duplicate header
@ 2019-03-04 18:20 ` jrdr.linux
  0 siblings, 0 replies; 6+ messages in thread
From: Souptick Joarder @ 2019-03-04 18:20 UTC (permalink / raw)


Remove duplicate header which is included twice.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux at gmail.com>
Signed-off-by: Souptick Joarder <jrdr.linux at gmail.com>
---
 tools/testing/selftests/net/udpgso.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/net/udpgso.c b/tools/testing/selftests/net/udpgso.c
index e279051..b8265ee 100644
--- a/tools/testing/selftests/net/udpgso.c
+++ b/tools/testing/selftests/net/udpgso.c
@@ -17,7 +17,6 @@
 #include <stdbool.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-- 
1.9.1

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

* Re: [PATCH] selftest/net: Remove duplicate header
  2019-03-04 18:20 ` jrdr.linux
  (?)
@ 2019-03-04 19:36   ` davem
  -1 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2019-03-04 19:36 UTC (permalink / raw)
  To: jrdr.linux; +Cc: shuah, netdev, linux-kselftest, linux-kernel, sabyasachi.linux

From: Souptick Joarder <jrdr.linux@gmail.com>
Date: Mon, 4 Mar 2019 23:50:48 +0530

> Remove duplicate header which is included twice.
> 
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>

Applied, thank you.

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

* [PATCH] selftest/net: Remove duplicate header
@ 2019-03-04 19:36   ` davem
  0 siblings, 0 replies; 6+ messages in thread
From: davem @ 2019-03-04 19:36 UTC (permalink / raw)


From: Souptick Joarder <jrdr.linux at gmail.com>
Date: Mon, 4 Mar 2019 23:50:48 +0530

> Remove duplicate header which is included twice.
> 
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux at gmail.com>
> Signed-off-by: Souptick Joarder <jrdr.linux at gmail.com>

Applied, thank you.

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

* [PATCH] selftest/net: Remove duplicate header
@ 2019-03-04 19:36   ` davem
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2019-03-04 19:36 UTC (permalink / raw)


From: Souptick Joarder <jrdr.linux@gmail.com>
Date: Mon, 4 Mar 2019 23:50:48 +0530

> Remove duplicate header which is included twice.
> 
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux at gmail.com>
> Signed-off-by: Souptick Joarder <jrdr.linux at gmail.com>

Applied, thank you.

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

end of thread, other threads:[~2019-03-04 19:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 18:20 [PATCH] selftest/net: Remove duplicate header Souptick Joarder
2019-03-04 18:20 ` Souptick Joarder
2019-03-04 18:20 ` jrdr.linux
2019-03-04 19:36 ` David Miller
2019-03-04 19:36   ` David Miller
2019-03-04 19:36   ` davem

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.