[ovs-dev] [PATCH v3 2/3] EPOLL Support for persistent fds

0-day Robot robot at bytheb.org
Wed Feb 26 12:09:36 UTC 2020


Bleep bloop.  Greetings Anton Ivanov, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
WARNING: Line has trailing whitespace
#69 FILE: lib/poll-loop.c:87:
        ret |= (EPOLLHUP | EPOLLRDHUP); 

WARNING: Line has trailing whitespace
#87 FILE: lib/poll-loop.c:105:
        ret |= POLLHUP; 

WARNING: Line is 100 characters long (recommended limit is 79)
#172 FILE: lib/poll-loop.c:560:
        (struct epoll_event *) &loop->epoll_events, MAX_EPOLL_EVENTS, loop->timeout_when, &elapsed);

WARNING: Line is 84 characters long (recommended limit is 79)
#186 FILE: lib/poll-loop.c:574:
            pollfds[i].revents = epoll_to_poll_events(loop->epoll_events[i].events);

Lines checked: 355, Warnings: 4, Errors: 0


Please check this out.  If you feel there has been an error, please email aconole at redhat.com

Thanks,
0-day Robot


More information about the dev mailing list