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/proc/proc-self-syscall.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/proc/proc-self-syscall.c b/tools/testing/selftests/proc/proc-self-syscall.c index 5ab5f48..3a4fec3 100644 --- a/tools/testing/selftests/proc/proc-self-syscall.c +++ b/tools/testing/selftests/proc/proc-self-syscall.c @@ -20,7 +20,6 @@ #include <sys/stat.h> #include <fcntl.h> #include <errno.h> -#include <unistd.h> #include <string.h> #include <stdio.h>
On Mon, 4 Mar 2019 23:57:19 +0530 Souptick Joarder jrdr.linux@gmail.com wrote:
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
This signoff order makes me suspect that Sabyasachi was the author. If so, the patch should have had Sabyasachi's From: line at the start of the changelog.
Please clafify?
On Tue, Mar 5, 2019 at 6:07 AM Andrew Morton akpm@linux-foundation.org wrote:
On Mon, 4 Mar 2019 23:57:19 +0530 Souptick Joarder jrdr.linux@gmail.com wrote:
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
This signoff order makes me suspect that Sabyasachi was the author. If so, the patch should have had Sabyasachi's From: line at the start of the changelog.
Please clafify?
yes, sabyasachi was the author, but due to some email client issue I am posting on behalf of him. Ok, I will add Sabyasachi's From: line and post v2.
linux-kselftest-mirror@lists.linaro.org