Hi Jerin, Thanks for the review, will send out a v4 addressing the comments.
On Mon, Jan 08, 2018 at 03:26:23PM +0530, Jerin Jacob wrote: > -----Original Message----- > > Date: Tue, 26 Dec 2017 00:47:29 +0530 > > From: Pavan Nikhilesh <[email protected]> > > To: [email protected], [email protected], > > [email protected], [email protected] > > Cc: [email protected], Pavan Nikhilesh <[email protected]> > > Subject: [dpdk-dev] [PATCH v3 02/11] eventdev: add API to perform self test > > X-Mailer: git-send-email 2.14.1 > > > > Add API to perform self test on the underlying event device driver. > > > > Signed-off-by: Pavan Nikhilesh <[email protected]> > > Acked-by: Harry van Haaren <[email protected]> > > --- > > + * Start eventdev selftest. > > + * > > + * @return > > + * Return 0 on success. > > + */ > > +typedef int (*eventdev_selftest) > > + (void); > > I think, The (void) need not to be in a separate line. > > With above change: > Acked-by: Jerin Jacob <[email protected]>

