Re: [Xen-devel] [PATCH v2 05/10] xen: credit2: tidy up functions names by removing leading '__'.

2017-02-24 Thread Dario Faggioli
On Wed, 2017-02-15 at 13:57 +, George Dunlap wrote: > On Thu, Feb 9, 2017 at 1:58 PM, Dario Faggioli > wrote: > >  > > Signed-off-by: Dario Faggioli > > Acked-by: George Dunlap > Thanks. > With one comment...

Re: [Xen-devel] [PATCH v2 05/10] xen: credit2: tidy up functions names by removing leading '__'.

2017-02-15 Thread George Dunlap
On Thu, Feb 9, 2017 at 1:58 PM, Dario Faggioli wrote: > There is no reason for having pretty much all of the > functions whose names begin with double underscores > ('__') to actually look like that. > > In fact, that is misleading and makes the code hard > to read and

[Xen-devel] [PATCH v2 05/10] xen: credit2: tidy up functions names by removing leading '__'.

2017-02-09 Thread Dario Faggioli
There is no reason for having pretty much all of the functions whose names begin with double underscores ('__') to actually look like that. In fact, that is misleading and makes the code hard to read and understand. So, remove the '__'-s. The only two that we keep are __runq_assign() and