From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Thu, 26 Aug 2021 17:29:57 +0200 Subject: [LTP] [PATCH 2/4 v2] epoll_ctl: Add test for epoll_ctl03 In-Reply-To: References: <20210825153932.138396-1-ziyaoxie@outlook.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi! > + TST_EXP_PASS(epoll_ctl(epfd, EPOLL_CTL_MOD, fds[0], &events), > + "epoll_ctl(..., EPOLL_CTL_MOD, ...) with events.events=%x", I've changed the %x to %08x to make the messages nicer and pushed, thanks. -- Cyril Hrubis chrubis@suse.cz