Re: [PATCH] comment for a long #ifdef

2016-04-04 Thread Junio C Hamano
Ivan Pozdeev writes: > --- > compat/poll/poll.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) As Eric pointed out, please sign-off your patch. > diff --git a/compat/poll/poll.c b/compat/poll/poll.c > index db4e03e..5eb0280 100644 > --- a/compat/poll/poll.c > +++ b/compat/poll/poll.

Re: [PATCH] comment for a long #ifdef

2016-04-04 Thread Ivan Pozdeev
Signed-off-by: Ivan Pozdeev --- compat/poll/poll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/poll/poll.c b/compat/poll/poll.c index db4e03e..5eb0280 100644 --- a/compat/poll/poll.c +++ b/compat/poll/poll.c @@ -441,7 +441,7 @@ poll (struct pollfd *pfd, nfds_t nfd

Re: [PATCH] comment for a long #ifdef

2016-04-03 Thread Eric Sunshine
On Sun, Apr 3, 2016 at 9:00 PM, Ivan Pozdeev wrote: > --- Missing sign-off. See Documentation/SubmittingPatches. > compat/poll/poll.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/compat/poll/poll.c b/compat/poll/poll.c > index db4e03e..5eb0280 100644 > --- a/compat

[PATCH] comment for a long #ifdef

2016-04-03 Thread Ivan Pozdeev
--- compat/poll/poll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/poll/poll.c b/compat/poll/poll.c index db4e03e..5eb0280 100644 --- a/compat/poll/poll.c +++ b/compat/poll/poll.c @@ -441,7 +441,7 @@ poll (struct pollfd *pfd, nfds_t nfd, int timeout) } return rc;