Re: [Xen-devel] [PATCH v2 1/2] xen: sched: rtds code clean-up

2016-06-29 Thread Dario Faggioli
On Sat, 2016-06-25 at 20:48 -0400, Tianyang Chen wrote: > No functional change: >  -aligned comments in rt_vcpu struct >  -removed double underscores from the names of some functions >  -fixed coding sytle for control structures involving lists >  -fixed typos in the comments >  -added comments for

[Xen-devel] [PATCH v2 1/2] xen: sched: rtds code clean-up

2016-06-25 Thread Tianyang Chen
No functional change: -aligned comments in rt_vcpu struct -removed double underscores from the names of some functions -fixed coding sytle for control structures involving lists -fixed typos in the comments -added comments for UPDATE_LIMIT_SHIFT Signed-off-by: Tianyang Chen --- Changes since