Message ID | 20190304182719.GA6606@jordon-HP-15-Notebook-PC (mailing list archive) |
---|---|
State | Mainlined |
Commit | fff04900ea79915939ef6a3aad78fca6511a3034 |
Headers | show |
Series | selftest/proc: Remove duplicate header | expand |
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.
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>