> -----Original Message----- > From: Jerin Jacob [mailto:[email protected]] > Sent: Tuesday, April 3, 2018 9:15 AM > To: Carrillo, Erik G <[email protected]> > Cc: [email protected] > Subject: Re: [PATCH v9 0/9] eventtimer: introduce event timer adapter > > -----Original Message----- > > Date: Tue, 3 Apr 2018 14:09:22 +0000 > > From: "Carrillo, Erik G" <[email protected]> > > To: Jerin Jacob <[email protected]> > > CC: "[email protected]" <[email protected]> > > Subject: RE: [PATCH v9 0/9] eventtimer: introduce event timer adapter > > > > Hi Jerin, > > > Hi Carrillo, > > > > > Question in-line: > > > > > 1) Please fix following check-patch warnings: > > > > > > ### eventtimer: introduce event timer adapter > > > > > > ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" > > > #273: FILE: lib/librte_eventdev/rte_event_timer_adapter.h:238: > > > +struct rte_event_timer_adapter * __rte_experimental > > > > > > ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" > > > #303: FILE: lib/librte_eventdev/rte_event_timer_adapter.h:268: > > > +struct rte_event_timer_adapter * __rte_experimenta > > > > > > > I was aware that checkpatch was complaining here, but the style I used > > is consistent with almost all the existing DPDK code that uses the > > __rte_experimental tag. Should I fix the warning if the style will differ > > from > existing code? > > Probably, We could fix the checkpatch. May be for short term we could live > with those warnings.
Ok. I looked at the other warnings too and checkpatch complains if there's no space after the comma, and it also complains if there's a space between the comma and the closing paren. Since it complains either way, I propose to leave it as the style is consistent with other uses of RTE_FMT_HEAD() and RTE_FMT_TAIL() throughout the codebase. > > > > > Thanks, > > Gabriel > >

