Re: sched: Update kerneldoc for sched_rr_get_interval()

2017-12-12 Thread Ingo Molnar
* Jonathan Corbet wrote: > On Mon, 11 Dec 2017 15:14:21 -0800 > Randy Dunlap wrote: > > > On 12/11/2017 02:56 PM, Jonathan Corbet wrote: > > > Commit abca5fc535a3e ("sched_rr_get_interval(): move compat to native, get > > > rid of set_fs()") changed the prototype of that function but left the

Re: sched: Update kerneldoc for sched_rr_get_interval()

2017-12-11 Thread Jonathan Corbet
On Mon, 11 Dec 2017 15:14:21 -0800 Randy Dunlap wrote: > On 12/11/2017 02:56 PM, Jonathan Corbet wrote: > > Commit abca5fc535a3e ("sched_rr_get_interval(): move compat to native, get > > rid of set_fs()") changed the prototype of that function but left the > > kerneldoc comments unchanged, leadin

Re: sched: Update kerneldoc for sched_rr_get_interval()

2017-12-11 Thread Randy Dunlap
On 12/11/2017 02:56 PM, Jonathan Corbet wrote: > Commit abca5fc535a3e ("sched_rr_get_interval(): move compat to native, get > rid of set_fs()") changed the prototype of that function but left the > kerneldoc comments unchanged, leading to these docs-build warnings: > > ./kernel/sched/core.c:5113

sched: Update kerneldoc for sched_rr_get_interval()

2017-12-11 Thread Jonathan Corbet
Commit abca5fc535a3e ("sched_rr_get_interval(): move compat to native, get rid of set_fs()") changed the prototype of that function but left the kerneldoc comments unchanged, leading to these docs-build warnings: ./kernel/sched/core.c:5113: warning: No description found for parameter 't' ./ker