Re: [PATCH-next] sched/headers: Clean up

2018-02-21 Thread Juri Lelli
On 16/02/18 08:25, Christopher Díaz Riveros wrote: > El vie, 16-02-2018 a las 10:44 +0100, Juri Lelli escribió: > > On 15/02/18 17:52, Peter Zijlstra wrote: > > > On Thu, Feb 15, 2018 at 10:43:18AM -0500, Christopher Diaz Riveros > > > wrote: > > > > [...] > > > > > > @@ -437,20 +437,28 @@ struct

Re: [PATCH-next] sched/headers: Clean up

2018-02-16 Thread Christopher Díaz Riveros
El vie, 16-02-2018 a las 10:44 +0100, Juri Lelli escribió: > On 15/02/18 17:52, Peter Zijlstra wrote: > > On Thu, Feb 15, 2018 at 10:43:18AM -0500, Christopher Diaz Riveros > > wrote: > > [...] > > > > @@ -437,20 +437,28 @@ struct sched_dl_entity { > > >* during sched_setattr(), they will rem

Re: [PATCH-next] sched/headers: Clean up

2018-02-16 Thread Juri Lelli
On 15/02/18 17:52, Peter Zijlstra wrote: > On Thu, Feb 15, 2018 at 10:43:18AM -0500, Christopher Diaz Riveros wrote: [...] > > @@ -437,20 +437,28 @@ struct sched_dl_entity { > > * during sched_setattr(), they will remain the same until > > * the next sched_setattr(). > > */ > > -

Re: [PATCH-next] sched/headers: Clean up

2018-02-15 Thread Christopher Díaz Riveros
El jue, 15-02-2018 a las 09:49 -0800, Randy Dunlap escribió: > On 02/15/2018 07:43 AM, Christopher Diaz Riveros wrote: > > Trivial clean up making comments fit in 80 columns and keeping the > > same comment style. > > Why change the /** (indicates kernel-doc notation) to just /* ? > > Is scripts

Re: [PATCH-next] sched/headers: Clean up

2018-02-15 Thread Randy Dunlap
On 02/15/2018 07:43 AM, Christopher Diaz Riveros wrote: > Trivial clean up making comments fit in 80 columns and keeping the same > comment style. Why change the /** (indicates kernel-doc notation) to just /* ? Is scripts/kernel-doc complaining with warnings or errors? > Signed-off-by: Christ

Re: [PATCH-next] sched/headers: Clean up

2018-02-15 Thread Christopher Díaz Riveros
Hi Peter, thanks for the reply. El jue, 15-02-2018 a las 17:52 +0100, Peter Zijlstra escribió: > On Thu, Feb 15, 2018 at 10:43:18AM -0500, Christopher Diaz Riveros > wrote: > > @@ -183,7 +183,7 @@ extern void io_schedule_finish(int token); > > extern long io_schedule_timeout(long timeout); > >

Re: [PATCH-next] sched/headers: Clean up

2018-02-15 Thread Peter Zijlstra
On Thu, Feb 15, 2018 at 10:43:18AM -0500, Christopher Diaz Riveros wrote: > @@ -183,7 +183,7 @@ extern void io_schedule_finish(int token); > extern long io_schedule_timeout(long timeout); > extern void io_schedule(void); > > -/** > +/* > * struct prev_cputime - snapshot of system and user cpu

[PATCH-next] sched/headers: Clean up

2018-02-15 Thread Christopher Diaz Riveros
Trivial clean up making comments fit in 80 columns and keeping the same comment style. Signed-off-by: Christopher Diaz Riveros --- include/linux/sched.h | 54 +-- 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/include/linux/sched