2019-03-04 18:41:14

by Souptick Joarder

[permalink] [raw]
Subject: [PATCH] selftest/net: Remove duplicate header

Remove duplicate header which is included twice.

Signed-off-by: Sabyasachi Gupta <[email protected]>
Signed-off-by: Souptick Joarder <[email protected]>
---
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



2019-03-04 19:37:58

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] selftest/net: Remove duplicate header

From: Souptick Joarder <[email protected]>
Date: Mon, 4 Mar 2019 23:50:48 +0530

> Remove duplicate header which is included twice.
>
> Signed-off-by: Sabyasachi Gupta <[email protected]>
> Signed-off-by: Souptick Joarder <[email protected]>

Applied, thank you.