Re: [PATCH 2/2] driver core: Silence device links sphinx warning

2016-12-05 Thread Greg Kroah-Hartman
On Sun, Dec 04, 2016 at 01:10:04PM +0100, Lukas Wunner wrote: > Silence this warning emitted by sphinx: > include/linux/device.h:938: warning: No description found for parameter > 'links' > > While at it, fix typos in comments of device links code. > > Cc: Rafael J. Wysocki > Cc: Greg Kroah-Har

Re: [PATCH 2/2] driver core: Silence device links sphinx warning

2016-12-05 Thread Mauro Carvalho Chehab
Em Mon, 5 Dec 2016 13:44:49 +0100 Lukas Wunner escreveu: > On Mon, Dec 05, 2016 at 10:20:53AM -0200, Mauro Carvalho Chehab wrote: > > Em Sun, 4 Dec 2016 13:10:04 +0100 Lukas Wunner escreveu: > > > Silence this warning emitted by sphinx: > > > include/linux/device.h:938: warning: No description

Re: [PATCH 2/2] driver core: Silence device links sphinx warning

2016-12-05 Thread Lukas Wunner
On Mon, Dec 05, 2016 at 10:20:53AM -0200, Mauro Carvalho Chehab wrote: > Em Sun, 4 Dec 2016 13:10:04 +0100 Lukas Wunner escreveu: > > Silence this warning emitted by sphinx: > > include/linux/device.h:938: warning: No description found for parameter > > 'links' > > > > While at it, fix typos in

Re: [PATCH 2/2] driver core: Silence device links sphinx warning

2016-12-05 Thread Mauro Carvalho Chehab
Em Sun, 4 Dec 2016 13:10:04 +0100 Lukas Wunner escreveu: > Silence this warning emitted by sphinx: > include/linux/device.h:938: warning: No description found for parameter > 'links' > > While at it, fix typos in comments of device links code. > > Cc: Rafael J. Wysocki > Cc: Greg Kroah-Hartma